Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #908642

    hi,

    i have hide the header without main manu on the start-page only. that works fine. the problem is, that the burger menu will not showing up on the startpage. on the other pages everything is fine. i use the following css:

    .page-id-13 .logo { display: none!important; }

    .page-id-13 #header_main > .container {
    display: none;}

    How to show the burger menu on mobile on start page (id 13)

    kr dirk

    #908903

    Hey schnippel,

    The mobile menu is showing up fine on my end when I check that page, did you get it working? If not then please try to explain a bit further.

    Best regards,
    Rikard

    #908974

    hi rikard,

    there is no burger menu item on the start page. see screenshot.

    kr dirk

    #909025

    Hi,

    Best regards,
    Victoria

    #909059

    you have the english version. please click on the german flag and than you will see the problem.

    thanks and kr

    dirk

    #909148

    Hi dirk,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .page-id-13 #header_main > .container {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #909154

    thanks – it works :-)

    • This reply was modified 6 years, 9 months ago by schnippel.
    #909178

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

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