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.

Hero Margins

8 years ago · Last reply by lorahorn 8 years ago

I am having two issues. The Hero widget/row on one website that I am working on causing a problem. Despite the row being set on “full width stretch,” it does not extend beyond the container setting on the left margin.

The hero widget is also very skinny on smartphones, despite the mobile settings for the padding being taken down to “0”

The website is www.rockinldranch.org

Thanks. I am a big fan of PageBuilder.

Lora Horn

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 8 years, 4 months ago

    Hi Lora,

    You’ve added some CSS to your website which is causing this issue. The following CSS is causing this issue and it’s being added to a plugin called Simple Custom CSS and JS (I’m unsure on how to access its settings):

    .so-panel.widget ul,
    .so-panel.widget ol {
          margin: 0 0 1.5em 3em;
    }

    I recommend replacing the above CSS with:

    .so-panel.widget ul:not(.sow-slider-images),
    .so-panel.widget ol {
          margin: 0 0 1.5em 3em;
    }
  2. lorahorn 8 years, 3 months ago

    Hi Alex,

    Thank you. That worked.

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