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

    Good morning,
    on my site the mobile menu does not work!
    For menu management I have installed the plugin: Conditional Menus, because I need to have 2 different menus.

    Thank you for your support.

    #873404

    Hey,

    Please update Enfold to the latest version 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)

    Best regards,
    Yigit

    #873595

    Thank you, now It works well! ;)
    I can ask you another question. I’ve add this code inside CSS field to edit the header background of individual pages:

    .page-id-3465 #header_main , .page-id-3436 #header_main, .page-id-3443 #header_main, .page-id-3481 #header_main, .page-id-3468 #header_main {
    background-color: #0a2754;
    }

    What should I add for the same also for the mobile version?

    Best regards.

    #873721

    Hi,

    Thank you for using our theme.

    You have to use a media query:

    
    @media only screen and (max-width: 989px) {
        ........
    }
    

    Put your code above instead of ….. and add !important after the color value.

    If this does not solve all screen width you have to add additional queries:

    
    @media only screen and (max-width: 767px)
    
    @media only screen and (max-width: 479px)
    
    

    Best regards,
    Günter

    #873784

    Perfect it works! Thank you very much!

    #874049

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #874083

    Thank you! You can close this thread.
    Best regards.

    #874432

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mobile menù’ is closed to new replies.