Home>Support>thin grey line under each row block

thin grey line under each row block

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

hi,
i’m getting a grey line or shadow at the bottom / under each row when i add a widget. if the row is split into 2 or more sections, i get lines under each section that has a widget. it doesn’t seem to matter which widgets are added, they all create unwanted lines.
any ideas?

URL: http://adrianadecossio.com/contact/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 days ago Andrew Misplon
    Hi, I Work Here

    Hi Adriana

    Thanks for reaching out. The theme you’re using assumes all widgets will be in it’s known widget areas (doesn’t take Page Builder into account) and adds the following CSS:

    .widget {
      background-color: #fff;
      border-bottom: 2px solid #ccc;
      -moz-border-radius: 5px;
      border-radius: 5px;
      clear: both;
    }
    

    To roll this back for Page Builder we’ll need to add something like:

    /* Page Builder */
    
    .so-panel.widget {
      background-color: #fff;
      border-bottom: none;
      -moz-border-radius: 0;
      border-radius: 0;
      clear: none;
    }
    

    The above snippet should be added to a Custom CSS area in theme settings or a Custom CSS plugin. If you don’t already have one, please try ours:

    Page: SiteOrigin CSS Editor

    Once activated you can add the CSS snippet to Appearance > Custom CSS.

    Should do the trick.

  2. 10 years, 4 days ago Adriana de Cossio

    Andrew,

    Your code worked like a charm – thank you so much. Now I can use your wonderful plug-in for some of my other page and post ideas.

    :)

  3. 10 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Awesome :) Really glad to hear that did the trick.

    Keep your eye on our Twitter feed over the next couple of weeks. We have a post types plugin launching that’ll really help out with content creation and Page Builder. It’s not necessary for regular pages but will be really helpful for sections where a custom page template of sorts is required.

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More