Home>Support>Lines next to widgets – help

Lines next to widgets – help

Hello,

I am in the process of rebuilding our website and am having difficulty with the Page Builder plugin. I am seeing a thin blue bar next to each widget that i post, that I cannot get to go away. Can someone please assist?! I’m sure it’s something rather simple that I am overlooking. I left two examples up so you can see the issue. Any and all assistance is greatly appreciated.

Thank you,

-Justin

URL: http://okcfaith.com/faith2015

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

  1. 9 years, 7 months ago Greg Priday
    Hi, I Work Here

    Hi Justin

    This looks like the styles from your theme conflicting with Page Builder a little bit. Your theme has the following class that’s adding the blue line.

    .panel {
       border: none;
       border-left: 5px solid #5f8cb4;
    }
    

    The solution here would be to add some custom CSS that overrides this with a little more specificity.

    .entry-content .panel {
       border-left: none;
    }
    

    You can just add this CSS using a custom CSS editor plugin.

  2. 9 years, 7 months ago Justin Guinn

    Hello Greg and thank you for the response. Can you tell where that class is located? I’m not seeing it in the main theme file. I’m using both FTP and Jetpacks built in CSS editor with no luck. Also, do I need to just add the class so it overrides, or replace the original class?

  3. 9 years, 7 months ago Justin Guinn

    Disregard my first question. I located the class in the main style sheet. However, my second question stands. I’m going to play with the file a bit. I’ll post an update with results.

  4. 9 years, 7 months ago Justin Guinn

    Fixed!! Thank you for providing that class. Simply added it above where the problem class was and it worked perfectly. You are the greatest!! God Bless.

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