Home>Support>Upgrade from Vantage 1.15.1 to 1.15.3 issue with Advanced WordPress Backgrounds

Upgrade from Vantage 1.15.1 to 1.15.3 issue with Advanced WordPress Backgrounds

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].

Hi
I recently upgraded Vantage from 1.15.1 to 1.15.3 and all fine except for a horizontal alignment issue now with the plugin ‘Advanced WordPress Backgrounds’ – centred text here has moved to the right/cut off and a white horizontal line has appeared under the main image. This can be seen here:

About Us

Text is over the background image using Advanced WordPress Backgrounds plugin.

Has css changed on the vantage layout/container from upgrade 1.15.1 to 1.15.3?

Any help would be much appreciated.

Regards
Nigel

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

  1. 4 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nigel

    Thanks for reaching out.

    The recent update added a limited amount of Block Editor styling. You can remove the spacing between the top-level rows by adding to Appearance > Custom CSS or Customize > Additional CSS:

    .entry-content > div[class^='wp-block-'] {
        margin-bottom: 0;
    }

    To remove the full width styling that was added, you could add:

    .layout-full .alignfull {
        margin-left: 0;
        width: auto;
    }

    Let us know how the above goes and we’ll take it from there.

  2. 4 years, 9 months ago NigelR47

    Hi Andrew

    Thanks v much for the quick response.
    Almost there!

    Is there any way to stretch the the gold panel with image so there are no vertical white bars on either side?
    So full width of the browser?

    Much appreciated,
    Nigel

  3. 4 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nigel

    To make use of the full-width styles added in the recent update, remove the Custom CSS rule:

    .layout-full .alignfull {
        margin-left: 0;
        width: auto;
    }

    The first two rows don’t appear to have an inner container so the method we’re using to allow the row container to be full-width and then constrain the inner container doesn’t work with these rows.

    How did those rows work before the recent updates?

  4. 4 years, 9 months ago NigelR47

    Hi Andrew

    Thanks very much for your help. Thats sorted.

    I removed the above – .layout-full .alignfull css.
    I altered .wp-block-nk-awb p – width and margin I had set.

    So sorted now, thanks.

  5. 4 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Super, thanks for moving on with the task and adding the extra rules required, appreciate it!

    As questions arise in the future, please, let us know.

    Cheers for now :)

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