Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #576164

    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

    #576843

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.