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.

Image size changes in new version of WordPress

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi, I am hoping you might be able to help me with something. I am using Vantage Premium for a website. I have some headers for each page that are jpgs placed in the Visual Editor widget. They each have a border top and bottom. These used to be the full width of the site, but since updating to the new version of WordPress, they are slightly shorter and do not reach the edge of the page any longer. I would like to return the to full width. Do you know how I could do this. The site is lep-sw.com. On the home page, it is the bar under the photo that says “Our Advantages”. There is now a white space either side of the image, when it was originally flush wit the edge.

Thanks for any help you can give.

Jon.

URL: http://lep-sw.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hi Jon

    We’ll just need to check this doesn’t impact other elements negatively, please try the following under Appearance > Custom CSS:

    /* Page Builder */
    .panel-row-style { 
    margin: 0 -35px;
    }

    It fixes the problem, just do a browse around the site to make sure we haven’t broken something else.

  2. jdgtr7 10 years, 11 months ago

    Hi Andrew,

    Thanks for your reply. I entered the code into Custom CSS and saved it, but there was no change to the panel. I refreshed and reset the browser, but no luck. Is there anything else I could try?

    Thanks again,

    Jon.

  3. Andrew Misplon Staff 10 years, 11 months ago

    Thanks Jon. Please try the following at the very top of your Custom CSS:

    /* Page Builder */
    .panel-row-style {
    margin: 0 -35px !important;
    }

    Remove the last snippet we aded. Thanks.

  4. jdgtr7 10 years, 11 months ago

    Thanks Andrew. I applied the new code, but still no change to the site.

  5. Andrew Misplon Staff 10 years, 11 months ago

    Sorry this is taking so long Jon. Please move it to the top. So in the end your Custom CSS will look as follows:

    /* Page Builder */
    .panel-row-style {
    margin: 0 -35px !important;
    }  
    /* Links */
    #main a {
    text-decoration: none;
    #main a strong span:hover {
    color: #dfa235 !important;
    }
  6. jdgtr7 10 years, 11 months ago

    That worked perfectly, thanks Andrew!

    Thanks for your patience in helping me out.

    Jon.

  7. Andrew Misplon Staff 10 years, 11 months ago

    Super, glad that did the trick.

    All the best.

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