Hi!
In theme options there is the setting „sidebar on mobile“.
If checked the sidebar elements are shown below the normal page content.
I need this functionality also for tablets.
Can this be done by custom css?
Thanks
Tom
Hi ideenstart,
Please try this css first:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.container {
padding: 0px 30px;
}
.inner_sidebar {
margin-left: 20px;
}
.content .entry-content-wrapper {
padding-right: 20px;
}
.container .av-content-small.units {
width: 65%;
}
}
Best regards,
Victoria
Hi Victoria!
Thanks for quick reply!
Don‘t have a 10“ iPad to test but on my iPad Pro nothing Happens after copying it to custom css…
Can you test it?
Thanks
Tom
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon