Hi Towfiq,
The specific page where ware seeing the issue is http://www.itreedev.co.za/index.php/services
This is the only live page using page builder at the moment but if I create other pages using page builder, the same thing happens.
Thanks,
Steven
Hi Steven,
You may have added a 20px padding to reposition the header image on your page. The Padding is on the whole body. So all other contents slides away getting 20px padding.
And if you use the following CSS in the custom.css the issue is solved but in that case, the header image will be full-width.
.subpage #main-body {
padding: 0 0px;
}
Regards
Towfiq