Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #427792
    #427855

    Hey pinzanoaltagl!

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

    #header_main .container {
      padding: 0;
    }

    It will remove the padding from header container.

    Also, Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
    Then add following code to Quick CSS

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    Theme will switch to mobile menu at 1024px after this code

    Regards,
    Yigit

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