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.

Huge White Space Above PageBuilder Widget

10 years ago · Last reply by Lucas Tolle 10 years ago

I have tried just about everything to no avail in removing the huge white space above the page builder widget on this page between the words TEST and EVENT PLANNERS: http://eventspaceguide.com/test-2/

I tried adding this to Custom Css
.panel-row-style {
zoom: 1;
padding: 0px;
}
.panel-row-style:before {
content: ”;
display: block;
padding: 0px;
}

The page source shows a 100px padding and was hoping the above custom CSS would stop it from add that 100px padding

EVENT PLANNERS

Your help is greatly appreciated!
Thank you,
Scott

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Lucas Tolle 10 years, 29 days ago

    Hello, Scott Fredeman.

    Just add this to your CSS:

    .panel-row-style {
        padding: 0px!important;
    }

    Take the test and then returns to tell us whether it was successful!

    Lucas Tolle

  2. Scott Fredeman 10 years, 29 days ago

    Thank you Lucas, that worked! Awesome. Much appreciated. Do you know how to remove the stupid red lines on this page. Seems so many people complain about these dumb lines. http://eventspaceguide.com/test-2/

    Thanks again!
    Scott

  3. Lucas Tolle 10 years, 28 days ago

    Hello, Scott. I’m glad to resolve the issue.

    The other issue relates to the h3 style of your theme template. To take this stupid line, try:

    h3.widget-title::after {
        background: transparent!important;
    }

    Oh, do not forget to mark the issue as complete!

    But if you need some help, we are here.

    Lucas Tolle

  4. Scott Fredeman 10 years, 28 days ago

    Lucas! You are a genius. Thank you so much! It worked.

  5. Support Assistants 10 years, 28 days ago

    Hi Scott

    Glad to hear you’ve made progress.

    Thanks so much for your help Lucas.

  6. Lucas Tolle 10 years, 28 days ago

    Scott,

    Glad to have solved your problem!

    If you need some help, we are here.

    Lucas Tolle

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