• Resolved dfazen

    (@dfazen)


    Is it possibile to display sidebar on iPad portrait view instead of shwoing the mobile sidebar underneath? I try to play around with @viewpoint and @media but no luck. Thanks a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dfazen

    (@dfazen)

    I am talking about iPad Mini device width 768px orientation portait. I try to change the CSS via child theme but it seems to me that the sidebar will disapper when width less than 1000px, don’t know how to change it with the correct code, thanks.

    Theme Author Anders Norén

    (@anlino)

    Hi X,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    .sidebar { display: block !important; }

    Let me know if that does it.

    — Anders

    Thread Starter dfazen

    (@dfazen)

    Thanks mate, you and your themes are the best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display sidebar on iPad’ is closed to new replies.