This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Upgrade from Vantage 1.15.1 to 1.15.3 issue with Advanced WordPress Backgrounds

5 years ago · Last reply by Andrew Misplon 5 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 5 years, 5 months ago

    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. NigelR47 5 years, 5 months ago

    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. Andrew Misplon Staff 5 years, 5 months ago

    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. NigelR47 5 years, 5 months ago

    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. Andrew Misplon Staff 5 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread