This topic has 4 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hello,
We would like to stretch the image to the full width of the browser. Currently it has some padding. How can we remove that? The element is a single image element in Page Builder.
Regards
Fabio
Hello,
Provide URL and temporary wp-admin access.
Regards
Dear Rose,
Please find it attached.
Please let me know the changes that you will implement because I would need to copy the same code on my other staging and live website.
Thanks.
Fabio.
Hello,
1) Add the following custom to Theme Options > Custom CSS to remove the top space
.home .page-content {
padding-top: 0;
}
.home .main-nav {
margin-bottom: 0;
}
2) To make image full width I would recommend you add the image to row background in the row settings http://prntscr.com/sl51oc + choose cover for the bg image in the row setting + stretch rowhttp://prntscr.com/sl5116 + some padding for the row (depending on height you want to have) and remove Single image. Because the single image element can’t be stretched to the full width of the screen.
Regards
You must be logged in to reply to this topic.Log in/Sign up