• Hello,
    Thanks for yor amazing theme.

    When Ultimate Addons for SiteOrigin plugin is activate, sidebars and body are upside-down:
    – If just one right sidebar, the right sidebar go under the body.
    – If just left sidebar, the body go under the left sidebar.
    – If two sidebars, the body go under the left sidebar and the right sidebar go under the body.

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    that plugin has something like this:

    /* For devices larger than 400px */
    @media (min-width: 400px) {
        .container {
            width: 85%;
            padding: 0; }
    }
    
    /* For devices larger than 550px */
    @media (min-width: 550px) {
        .container {
            width: 80%; }

    http://plugins.svn.wordpress.org/addon-so-widgets-bundle/trunk/css/widgets.css

    It’s changing the width of a “fundamental” bootstrap (3 and 2 ) class.
    This theme is based on bootstrap2 where the “.container” has specific rules (decided by bootstrap). I honestly don’t understand why a specific plugin should act this way on a general class, it should style its own elements and stop. Maybe it uses “.container” and it wants to style its container, well.. simply it should use another name for that class.

    So:
    1) not a theme issue 🙂
    2) if you want to solve it you can either override those plugins rules or get rid of the plugin.

    Thread Starter airsid

    (@airsid)

    Thanks for the quick answer.
    I’ve just post your answer on the plugin support here.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Ultimate Addons for SiteOrigin conflict’ is closed to new replies.