Home>Support>Responsiveness of widget Column on iPad doesn’t work

Responsiveness of widget Column on iPad doesn’t work

By Davriline, 9 years ago. Last reply by Magus, 9 years ago.

I use the influence theme for my website.
But when i try to see the display on an iPad, the widget Column si not properly displayed:
Both on the right side and at the bottom.

URL: http://www.emm-laval.fr

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More