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

    I have so many problems trying to get the right spacing for the mobile header… i.e. making enough room for the logo, burger and search icons and shopping cart. I tried putting styling in but every time I do that another device view goes “skew wiff”. I tried taking out all my css styling so it should default to Enfold settings but still the burger and search icons end up hiding behind the basket on some device sizes.

    POSSIBLE SOLUTION? Thinking outside the box… I thought that if I changed the header layout to “Logo center, Menu below” the mobile menu container options would move down underneath the logo as the main menu DOES ON PC size but it doesn’t.

    ANY SUGGESTIONS from you wonderful genius’ would be so appreciated.
    HerbalCenter.dk

    Regards,
    Annemarie

    #1434314

    Hey Annemarie,

    This CSS seems to be causing some problems, please try taking it out:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .main_menu {
        left: 400px !important;
      }
    }

    Best regards,
    Rikard

    #1434399

    Hej Rikard,

    Thanks for your input.. with another couple of hours “wiggling”, I managed to get the search, burger and shopping cart to view fully.

    I’m still hanging onto the dream of having the icons on a new line under the logo so it’s pc and mobiles are consistently: “Logo centre, Menu below”. The mobile header is so difficult to make changes too as we don’t have your wizardry skills :-)

    Kind regards,
    Annemarie

    #1434426

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .main_menu {
        position: inherit;
      }
      .responsive #top .av-logo-container .avia-menu {
        width: 100%;
      }
      .responsive #top .av-main-nav {
        display: table;
        margin: 0 auto;
      }
      .responsive #top .logo {
        width: 100%;
      }
      .responsive .logo img {
        display: table;
        margin: 0 auto;
      }
    }

    Best regards,
    Rikard

    #1434472

    FANTASTIC Rikard, that worked. Thank you so much!

    #1434498

    Hi,

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

    Best regards,
    Rikard

    #1434522

    Thanks Rikard, this exciting adventure is closed. :-)

    #1434555

    Hi,

    Thanks for letting us know, we’ll close this thread for now then :-)

    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 Burger: Can it be moved down so logo center and burger menu below’ is closed to new replies.