Responsiveness of widget Column on iPad doesn’t work
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.