Home>Support>Container Border Missing on newly Duplicated site

Container Border Missing on newly Duplicated site

So I duplicated my site yesterday to a new server and i’ve lost the underline on the containers on my site, I’ve provided two images below to show what I mean exactly.

Original: http://i.imgur.com/khK08Wf.png
New (Missing): http://i.imgur.com/ASOrsnD.png

I’ve changed the theme, still it’s not appearing. I think it maybe something todo with the plugin itself? I’m not entirely sure.

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

    Hi Charrismedia

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 8 years, 6 months ago Private Message - charrismedia

    This is a private message.

  3. 8 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Thanks. I’m taking a look at the following: Private Snippet. The URL is private in the previous sentence. Have you tried editing the Headline widget that contains the following text: Step 1. Within the SiteOrigin Headline widget there is a tab called Divider, please, check that the Style isn’t set to None.

  4. 8 years, 6 months ago Private Message - charrismedia

    This is a private message.

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

    Sorry, it wasn’t the divider. It appears that in the new site there is a SCSS file called lsow-frontend.scss. In that file is the following rule:

    .panel-grid .widget {
        border: 0;
    }
    

    This file is being enqueued by Livemesh SiteOrigin widgets. That’s built on our Widgets Bundle API but we aren’t the authors.

    That rule is preventing the widget bottom border from appearing.

    If you have a Custom CSS plugin like Simple Custom CSS installed you can try adding to Appearance > Custom CSS:

    .panel-grid .widget {
        border: none;
        border-bottom: 0.5em solid rgba(0,0,0,.08);
    }
    
  6. 8 years, 6 months ago charrismedia

    I’ve had a brief look and I don’t have that plugin nor could I find the CSS files, I’m not very literate in CSS. If it’s easier, if you provide me with a private method of contacting you I’m fine with giving you the login details if that’s okay with you?

  7. 8 years, 6 months ago charrismedia

    Negate my last comment, I’ve installed Custom CSS and pasted your code but it doesn’t seem to be changing anything. I’m still fine with giving you login details if that makes anything easier?

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

    Please, try changing our previous rule to the following:

    .panel-grid .widget {
        border: none;
        border-bottom: 0.5em solid rgba(0,0,0,.08) !important;
    }
    
  9. 8 years, 6 months ago charrismedia

    Thanks that seems to have worked, if I change the lsow-frontend to the code you provided in you last post, will I still need the Custom CSS plugin? If not, how can I refresh WordPress to read the modified file again?

  10. 8 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Glad that helps :) You shouldn’t no. You just need this rule once, somewhere.

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