Home>Support>Image size changes in new version of WordPress

Image size changes in new version of WordPress

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 6 months ago jdgtr7

    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. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 6 months ago jdgtr7

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

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

    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. 9 years, 6 months ago jdgtr7

    That worked perfectly, thanks Andrew!

    Thanks for your patience in helping me out.

    Jon.

  7. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More