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.

Container Border Missing on newly Duplicated site

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

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

    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. charrismedia Private 9 years, 11 months ago

    This is a private message.

  3. Andrew Misplon Staff 9 years, 11 months ago

    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. charrismedia Private 9 years, 11 months ago

    This is a private message.

  5. Andrew Misplon Staff 9 years, 11 months ago

    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. charrismedia 9 years, 11 months ago

    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. charrismedia 9 years, 11 months ago

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

    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. charrismedia 9 years, 11 months ago

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

    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.

Have a different question or issue?

Start New Thread