Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #934432

    In responsive view the hamburger overlays the logo. I’ve seen several post on this same topic but unable to find a solution.
    Can someone help please?

    #934436

    Hey LesleyJean!

    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling

    @media only screen and (max-width: 767px) {
    .responsive #top #header .main_menu .social_bookmarks { display: none !important; }
    .avia-menu.av_menu_icon_beside {  border:none; }}

    Please review your website

    Regards,
    Yigit

    #934439

    Awesome! Thank you for the resolution! It looks good.

    Can you help me with the small phone number in the top. There are two.
    Would like to hide the small version on desktop view and only show it in responsive when the bigger phone number hides.

    #934450

    Hey,

    I added following code to Quick CSS as well

    @media only screen and (min-width: 901px) {
    .phone-info {
        display: none;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #934454

    Great! Thank you so much! That handled it

    #934458

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive Menu Overlaps Logo’ is closed to new replies.