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.

thin grey line under each row block

Resolved 3 replies pluginplugin-page-builder
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

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

    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. Adriana de Cossio 10 years, 7 months ago

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

    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.

Have a different question or issue?

Start New Thread