No shopping cart in the mobile version. - by Stephan

This topic has 6 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler

  • Avatar: Stephan
    Stephan
    Participant
    June 5, 2019 at 13:59

    How can I add a shopping cart to the mobile version of my website? At the moment there is no shopping cart in the mobile version.

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 5, 2019 at 15:05

    Hello,

    Add the following code to child theme style.css

    @media (max-width: 480px){
        .top-bar {
            display: flex;
        }
        .header-type-3 .top-bar .search, .header-type-3  .top-bar .my-account-link {
            display: none !important;
        }
        .header-type-3 .top-bar .cart-summ{
            margin: 5px 0;
            }
    }

    Regards

    Avatar: Stephan
    Stephan
    Participant
    June 5, 2019 at 15:25

    I’ve added the code but unfortunately I don’t see any difference in the mobile version yet.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2019 at 15:31

    Please change the code to http://prntscr.com/nxz3k6
    !important;

    Regards

    Avatar: Stephan
    Stephan
    Participant
    June 5, 2019 at 20:21

    it worked thank you !

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 6, 2019 at 07:23

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.