Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #522994

    Hi,

    My website is with left menu.
    I know how to choose to display mobile menu on smartphones and tablets in Enfold theme options > Header > Mobile Menu, but this doesn’t appear like this on my website when I look on tablet view, the menu stay at the left and take a lot of place, it’s difficult to read content.
    Is it possible to force to display mobile menu for a bigger size than you configured when view is on ipad size in order to have place for the content?

    Thank you

    #523187

    Hey Dradule!

    Add this to your custom CSS.

    @media screen and (max-width: 1200px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Regards,
    Elliott

    #525527

    Hi,

    Thanks for this CSS, but this doesn’t work properly : it’s only show menu like button but the left side block is still there with logo!
    Can we adjust that to only have top button menu?
    Thank you,

    #526274

    Hey!

    Take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #526857

    Hi Elliott,
    How can I send you images of screenshots?

    #526864

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #526894

    Ok!

    So it’s two screenshots, the first is actual view and the second is what I want to have (it’s the view when I reduce the page more than the size of tablet).
    Thanks for helping!

    #527010

    Hey!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    @media screen and (max-width: 1200px) {
    .av_one_third, .av_two_third { display: block !important; width: 100% !important; }
    }
    </style>

    Regards,
    Elliott

    #527042

    Ok, thanks.
    But when I do this there is more place for the content because it is on one columns but left menu is still there! Can’t we have the menu on the top like on mobile view?

    #527131

    Hey!

    Navigate to Dashboard > Enfold > Header > Mobile Menu and set the mobile menu to activate for tablets instead of just smartphones.

    Cheers!
    Elliott

    #527141

    I know this and it’s the first thing I do! Header options are not available because main menu placed in sidebar.
    Sorry but can you help more?

    #527585

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #527927

    Hi,
    Admin login created!

    #532481

    Hey!

    try to update to the newest Enfold version, because there are lots of new features and bugfixes. However, unfortunately I don’t think it can be done easily what you want to achieve. It would require a huge amount of time and customization of the theme to achieve a behavior like this. If you really need it, then you would need to hire a freelance developer for this job.

    Cheers!
    Andy

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