Okay
  Public Ticket #2701258
Cart icon
Closed

Comments

  • Bureau started the conversation

    Hello,

    Basket problem on my shop.
    I would like to know how to display the cart icon on a smartphone. It is available on computer. But not on a smartphone. suddenly, on smartphone, it is impossible to access the basket.

  •  471
    Alex replied

    Hi, 

    Please go to Appearance - Customize - Additional CSS and add the code below: 

    @media only screen and (max-width: 480px) {
        .mobile_menu_icon.lc_icon_creative_cart {
            display: block;
            margin-right: 60px;     }
    }

    Please let me know how it works!

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • Bureau replied

    Merci beaucoup ! 

  •  471
    Alex replied

    No problem, I am glad that I could helpsmile.png

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author