Shopping cart higher - by fabita123 - on WordPress WooCommerce support

This topic has 12 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Jack Richardson

  • Avatar: fabita123
    fabita123
    Participant
    December 12, 2016 at 22:27

    Hi, I need to make shopping cart in top right, much higher, because it´s invisible in mobiles.
    I attach you an image.

    Thanks

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 08:22

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px){
    .header-variant2 #top-cart {
        margin: 20px 0 10px 0;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: fabita123
    fabita123
    Participant
    December 13, 2016 at 10:36

    Hi, thank you for your reply. I´ve made it but changes haven´t taken place.
    🙁

    Thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 13, 2016 at 12:39

    Hello,

    Please try this css code:

    @media (max-width: 480px) {.header-variant2 #top-cart {
       padding-top: 20px;
    }
    .header-variant2 .search_form form {
       top: 4px;
       right: 0px;
    }}

    Best regards,
    Jack Richardson.

    Avatar: fabita123
    fabita123
    Participant
    December 13, 2016 at 18:35

    Hi, no, changes haven´t taken place.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 13, 2016 at 19:46

    Hello,

    Please provide WP Dashboard credentials in Private Content.

    Best regards,
    Jack Richardson.

    Avatar: fabita123
    fabita123
    Participant
    December 13, 2016 at 20:00

    Ok. I´m sending them to you.
    Thanks

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 13, 2016 at 20:45

    Hello,

    I’ve added the code in custom.css file.
    Please check top bar now.

    Best regards,
    Jack Richardson.

    Avatar: fabita123
    fabita123
    Participant
    December 14, 2016 at 09:33

    Hi, I´ve checked it and see it works now. But I see it doesn´t work on child theme custom.css

    I have to put it each time I update the theme?

    thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 14, 2016 at 13:04

    Hello,

    Custom.css file in parent theme won’t be lost after theme update.
    Also you can move the code from custom.css to style.css in the child theme.

    Best regards,
    Jack Richardson.

    Avatar: fabita123
    fabita123
    Participant
    December 14, 2016 at 13:39

    Ok, thank you very much!!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 14, 2016 at 16:00

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Shopping cart higher’' has been successfully resolved, and the topic is now closed for further responses

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