Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #801534

    Header Shopping Cart Icon
    If I choose “Always Display attached to the main menu”
    The Cart Icon in tablet and mobile mode is not visible.

    What can i do?

    I wish to have it attached to the main menu on high resolution and “Display floating on the side” in tablet and mobile.

    #801844

    Hey Vikab,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #801892

    Hi Nikko

    Sure. Here it is.

    Best regards,
    Maria

    #801970

    Hi Maria,

    I have added this css code in your Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 1024px) {
        .avia-menu.av-main-nav-wrap {
            display: none !important;
        }
    
        #top nav.main_menu {
            display: block !important;
        }
    
        #top #header_main #menu-item-shop a.cart_dropdown_link {
            border: 1px solid #eff5d2;
            padding: 0 !important;
            height: 46px !important;
            line-height: 46px !important;
            width: 46px !important;
        }
    
        .responsive #top #menu-item-shop.cart_dropdown {
            top: 23px;
            left: 570px;
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width:992px) {
        .responsive #top #menu-item-shop.cart_dropdown {
            top: -58px;
            left: 822px;
        }
    }
    
    @media only screen and (max-width:767px) {
        .responsive #top #menu-item-shop.cart_dropdown {
            top: 25px;
            right: 50px;
        }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #802001

    Thank you!
    It works fine in tablet but not in moblie. There is no cart-icon

    #802022

    Hi,

    I have modified the last part of the code to this:

    @media only screen and (max-width:767px) {
        .responsive #top #menu-item-shop.cart_dropdown {
            top: 25px;
            left: auto;
            right: 50px;
        }
    }

    Can you try to check it again? :)

    Best regards,
    Nikko

    #802038

    Thank you! It works fine :)

    When i check my cart in my mobile, i can´t se or change QUANTITY of my product
    What can i do?

    #802218

    Hi,

    Try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive .shop_table .product-quantity {
        display: table-cell !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #802986

    Thank you! It works fine.
    Best regards,
    /Maria

    #803194

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

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