Hello! I have an image that I want to use as my background, the height proportions and its position is correct, but i am unable to make it full width even though i have full width selected in the blog page settings. Can you please let me know how I can stretch the image past the container margin. thanks!
Hi @riakhmerov,
Thank you for reaching out to. To make your blog background image fullwidth, please add the following code in the Theme Options > CSS:
.blog header.x-header-landmark {
max-width: 100%;
width: 100%;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
wow wonderful thank you!
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.