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

    The logo is overlapping the menu in the Tablet view but not the mobile/smartphone view. Can you please advise or provide some code to remedy.

    #597779

    Hi vagator78!

    Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    Cheers!
    Yigit

    #598102

    This is the code I was using to take care of a WooCommerce Shopping cart icone appearing in the mobile/smartphone menu.
    .cart dropdown { display: none; }.

    So I added the code below to take care of the logo overlapping problem which it did.

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

    However, now the shopping cart icon is back on the mobile/smartphone view.

    Please advise.

    Thanks

    • This reply was modified 8 years, 1 month ago by vagator78.
    #598126

    Hey!

    There is simply not enough space for logo and the menu to fit in the tablet view.

    You can resolve it by

    1. have short version of the logo for tablets and mobiles example only initials
    2. Reduce the logo size further (it might not look so good)
    3. Use a different header layout from header > Menu and Logo Position (Logo Center Menu Below)

    Cheers!
    Vinay Kashyap

    #598337

    we have fixed the Tablet View.

    what code do we need to use to get rid of the WooCommerce Shopping Cart Icon that is on the Mobile Menu. I was using this

    .cart dropdown { display: none; }

    but it is not working since we added the code to remedy the Tablet problem.

    Thanks

    #599087

    Hi!

    Seems like you have already figured it out? :)

    Cheers!
    Yigit

    #599102

    yeah we got it right, thanks for your guidance.

    #599104

    Hey!

    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 post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo overlapping menu in Tablet View’ is closed to new replies.