Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #698664

    Hi:)

    I have 2 issues regarding the responsive method on tablet. It’s about the main menu and right sidebar.

    Starting from the main menu, I seen between the “Enfold Options > Header > Mobile Menu” that I can choose to set it even for tablets, but only when the browser width is below 990px. How can I change this value to 1024px? Unfortunately the main menu has a lot of items so I need for the landscape mode.

    The second issue is about sidebar on tablet. There’s an option for smartphone where the sidebar is displayed below the content.. how can I include this option even for tablets?

    I hope I explained correctly:)

    Best
    David

    #698747

    Hi David!

    1- Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

    #698807

    Hi Yigit,

    awesome all solved!:)

    Thanks for your quickly response.

    Best,
    Davide

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu and sidebar on tablet’ is closed to new replies.