Tagged: responsive, sidebar
Hi,
I have an issue with the sidebar jumping down when my webpage is shown on an Ipad. (http://dlcs.dk/underside_layout2).
Is there anyway to make the sidebar stay as a sidebar, even on lower width sizes? I have testet it on this webpage, where I seem to fix it (http://mysensei.dk/graffitirens/), but I cant see to fix it on my site dlcs.dk
Hi Morten,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive #top #main .sidebar.smartphones_sidebar_active {
display: inline-block !important;
border-right: 1px solid #ddd !important;
width: 25% !important;
}
}
Thanks,
Rikard