[Support request] bar has been added to the cart

Home Forums Support [Support request] bar has been added to the cart

Home Forums Support bar has been added to the cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1026759
    Xesus

    Good day
    could you help me on how I could change the size of the message bar that says it has been added to your cart.

    Thank you

    href=”https://drive.google.com/file/d/1VifkutRNZrGiKkkOF2fK6BOCx6qxmgSJ/view?usp=sharing”>

    #1027011
    David
    Staff
    Customer Support

    Hi there,

    you can reduce the top and bottom padding with this CSS:

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 5px 30px;
    }

    This sets it to 5px and keeps the left and right at 30px;

    #1027250
    Xesus

    ok, but this css modifies the height, but does not modify the total width of the bar, I need to modify the width, could you help me thanks

    #1027251
    David
    Staff
    Customer Support

    Within that CSS you can add a width: 50%; property or whatever % you choose to do that.

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