Tagged: ,

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

    Hi,

    I have noticed that when you select the theme to be not responsive and look at it on a Table or an Smartphone, the menu does not show up. Is there a quick an easy quick an easy way to fix that?

    Enfold Admin Setting:

    Header: Logo left, menu right
    header behavior: none
    Extra Element: none
    Transparency: nome
    Mobile Menu: Activate only for Smartphone

    Thank you,
    Did

    #240253

    Hi dhuet!

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

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate {
    display: block;
    }}

    Best regards,
    Yigit

    #240279

    Worked! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fix layout and main menu bug’ is closed to new replies.