The hero section was 100% until upgrading to 5.1.4 so trying to move the background image to the section instead of the row and not having any luck.
Also at this level loosing the zoom in feature.
The hero section was 100% until upgrading to 5.1.4 so trying to move the background image to the section instead of the row and not having any luck.
Also at this level loosing the zoom in feature.
Hello @verobeachmarketing,
Thanks for writing to us.
It seems that you are using the custom CSS code for the section that adds the padding left and right. I would suggest you please remove the custom code to get the full-width sections. Please have a look at the given screenshot in the secure note. I would also suggest you clear your browser cache and then check it.
Thanks
So i did not the customize for this page similar but it was set to 0 not 32, I removed it. essentially these two pages have the same issues. I tried to fix the other one by putting the background on the section and not the row. Like this page
How can I make this 100% maybe is the better question?
This was the customize on the other publishing page not 32, i removed it as well.
$el {
padding-left: 0px !important;
padding-right: 0px !important;
}
I have checked your website again and found that the 60px of padding has been added to left and right for the section. I would suggest you remove those or you can add the code back again to the Element CSS of the section, which will override the values set to the padding.
$el
{
padding-left: 0px !important;
padding-right: 0px !important;
}
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.