Tagged: theme
Hi,
I am having issues with the following; the sidebar shows up on an iPad in portrait mode.
My question is or it is possible to change the width when the sidebar shows up.
I want to let it disappear in portrait op the iPad, see the image for extra info.
Kind regards for any help.
Timo
Hey Timo,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.sidebar.sidebar_right.alpha.units{
display:none!important;
}
.container .av-content-small.units{
width:100%!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
It worked, thanks a lot man!
Regards,
Timo
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon