Show cart does not fit

Home Forums Jevelin Theme Show cart does not fit

Home Forums Jevelin Theme Show cart does not fit

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Nanderrrrr
    Participant

    Hi,

     

    Since my website is dutch the show cart or “winkelmand bekijken” does not fit because if you see it is much longer than show cart.

     

    I’d also like to know how to translate the Search here… text.

     

    Thanks in advance,

    Nander

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

    Hi Nander,

     

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

     

    Since my website is dutch the show cart or “winkelmand bekijken” does not fit because if you see it is much longer than show cart.

    You can display it on multiple lines 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

     

    .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
        white-space: normal;
        line-height: 20px !important;
    }

     

    I’d also like to know how to translate the Search here… text.

    You can use following plugin to translate it. Use jevelin as text domain in plugin settings.

     

    https://wordpress.org/plugins/say-what/

     

    Best regards,
    Shufflehound team

    Nanderrrrr
    Participant

    The shopping cart is now not aligned with the check out button and when there is no product in the cart the text is not alligned in the middel/center.

    The shopping cart is now not aligned with the check out button

    I don’t see this issue so could you please share the screenshot of the issue?

     

    and when there is no product in the cart the text is not alligned in the middel/center.

    You can centre align it using below custom CSS code.

     

    li.menu-item.sh-nav-cart ul.sub-menu {
        padding-bottom: 16px;
    }

    Nanderrrrr
    Participant

    I hope this helps

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

    To align them try using below custom CSS code.

     

    .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
        line-height: 25px !important;
           float: left;
        padding-top: 14px !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)