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.

Replies

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

    Hi Oliver

    The widget in question isn’t being constrained to the site container and is overlapping as a result. Padding is there, this widget is just not staying within the bounds of the container.

    Try the following under Appearance > Custom CSS to manually set the width of the widget:

    /* Widget */
    .mainSliderDiv[style] {
    width: 287px !important;
    }

    Should hopefully do the trick.

  2. Oliver Saintilien 10 years, 10 months ago

    Thanks! Works like a charm

  3. Andrew Misplon Staff 10 years, 10 months ago

    Win! Glad that did the trick.

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