I have several pages which do not use SiteOrigin in any form, and the layout is fine (such as http://weightlossonline.co.uk/support/faq/).
However as soon as I use Page Builder, the spacing at the top of the page title changes to an unusable degree (such as http://weightlossonline.co.uk/contact).
I have tried on different pages and with different widgets, and have even tried with a single text widget with nothing in, and it still happens.
The only entries in my custom CSS regarding entry-title are:
/* Header underline */
.entry-title:before {
height: 3px;
background: #1f85bf;
}
/* Changing Underline colours */
entry-title a:after {
height: 2px;
background: #1f85bf;
width: 50px;
}
Can anyone help me shed some light on how to stop this please?
Thanks
Hi Sinclair,
Something (I can’t be exactly sure what due to autoptimize), likely the theme, is adding CSS which removes padding from the content area when SiteOrigin Page Builder is active.
You can prevent this with some custom CSS. Please navigate to AppearanceCustom CSS and add the following CSS.
You might also need to install the SiteOrigin CSS Editor.
Awesome, that sorted it.
Thanks :)