Problem with header cart

Home Forums Jevelin Theme Problem with header cart

Home Forums Jevelin Theme Problem with header cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • rrayez
    Participant

    I’ve problem with header cart

    In fact, as you can see in the screenshot the space between “voir le” and “panier” is too large . it’s the same for “validation de” and “la commande”

    I can change it with yellow pencil but i’ve to do this page by page and it’s very long

    Attachments:
    You must be logged in to view attached files.

    Hi @rrayez,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    rrayez
    Participant

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
        line-height: 1.5 !important;
        max-height: 0;
        padding: 10px !important;
        margin: 0 0 20px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)