Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter lgale

    (@lgale)

    nvmd – figured it out

    Igale,

    Could you please let me know how you got rid of it? I’m still struggling and can’t find an answer that works so far.

    I’m also using pagebuilder.

    Thanks!

    Igale,

    Could you please let me know how you got rid of it? I’m still struggling and can’t find an answer that works so far.

    I’m also using pagebuilder.

    Thanks!

    Thread Starter lgale

    (@lgale)

    Put this code under “Appearance”–>”Edit CSS”

    /*Gray shadow under widget*/
    .widget:after {
    background: none;
    bottom: -6px;
    content: “”;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    }

    Igale,

    My Hero! Thank you! It worked perfectly.

    Now, do you by chance know how to get rid of the extra padding that is between the header and the content box?

    I currently am using the code listed below but it still isn’t lining up with my sidebar and then makes spacing odd all around.

    Code:
    .content {
    padding: 0;
    }

    .entry-content {
    margin-top: -45px;
    }

    Thread Starter lgale

    (@lgale)

    I’m so sorry I don’t. CSS is still pretty new to me!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Gray line under each widget’ is closed to new replies.