Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1214423

    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.

    View post on imgur.com

    Kind regards for any help.

    Timo

    • This topic was modified 4 years, 2 months ago by Timodg.
    #1214426

    Hey Timo,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1214445
    #1214451

    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

    #1216289

    Hi Jordan,

    It worked, thanks a lot man!

    Regards,
    Timo

    #1216609

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide sidebar on iPad in portrait’ is closed to new replies.