Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #847188

    I’m hoping you can assist as you are always very helpful.

    My hamburger menu and shopping cart icon have screwed up the mobile header. Also the hamburger and shopping cart icon colors dont confirm to the specified colors on all of the pages. Some pages they are the specified blue color (#6786a1 – Enfold->Main Menu->Burger/mobile menu styling). Probably an update that is clashing with my Quick CSS.

    I have investigated the mobile options but can’t seem to work it out.

    Could you please have a look?

    Thanks for any assistance that you can provide

    Tombstone

    #847801

    Hey Tombstone,

    Please, can you send a screenshot of the problem?

    Best regards,
    John Torvik

    #847852

    Thanks John. I have posted a screenshot (referenced in the private section).

    You can see how the Logo is on top of the hamburger menu and shopping cart icon.

    #847955

    Hi,

    I dont know the correct position that you want, but heres an example of custom code to change this position:

    
    @media only screen and (max-width: 769px) {
    .avia-menu {
    position: relative;
    top: 65%;
    left: 16%;
    }
    }
    

    Best regards,
    John Torvik

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