Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #678237

    Hi,

    I know we can hide the sidebar on mobile devices which is great but I’d like to remove it for the iPad when in portrait mode. Is this possible? Is it possible to hide it at a certain max-width?

    Thanks,

    Hedley

    #678239

    Hey DigitalEssence!

    Yes, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .sidebar { display: none !important; }
    .content { width: 100% !important; border: none !important; }}

    Cheers!
    Yigit

    #679440

    Perfect thanks.

    Going to stick this in my Gist for future use.

    #679458

    Hey!

    Great! Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘HOWTO: Hide sidebar at a specific device resolution’ is closed to new replies.