Hey there joh0288,
How are you doing today?
This should be possible with some custom CSS. Could you please post link to your site so I can take a look?
Best regards,
Bojan
http://alimitlesspursuit.com/
Many of the other examples of this theme seem to have images that stretch across the entire web page. I guess, this is something that I cannot figure out.
Hey again joh0288,
I’ve checked your site and found where the issue is. Your title section is having fixed width and height which is preventing the image from being displayed in full width. You can override that with some custom CSS.
Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.title-section {
width: 100%;
height: auto;
}
This should display your background image in full width of the page.
Please let me know if this helps 🙂
Best regards,
Bojan
For some reason, that did not appear to fix the issue…Any other thoughts?
Hey again joh0288,
I’ve checked your site and it appears that the image is being displayed in full width, see screenshot http://screencast.com/t/57Up3fxvda.
Was this just a caching issue or you managed to fix it on your own?
Best regards,
Bojan