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

1
  1. Magus Staff 10 years, 9 months ago

    Hi Davriline

    Very sorry about the late reply. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.

    https://siteorigin.com/about/forum-thread-prioritization/

    You currently have a setting in your custom CSS which is overriding the default behaviour of Influence.

    body.page-template-default #primary {
        float: left !important;
        width: 71.28% !important;
    }

    Please try replacing that entry with this

    @media all and (min-width:800px) {
    body.page-template-default #primary {
        width: 71.28%;
    }
    }

    Let us know how you get on

    Magus

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