Home>Support>Weird page title spacing issue

Weird page title spacing issue

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 9 months ago Alex S
    Hi, I Work Here

    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.

    .siteorigin-panels .content-left-wrap {
    	padding-top: 60px !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 9 months ago Sinclair Parkinson

    Awesome, that sorted it.

    Thanks :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More