Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #262299

    I have a “view cart” widget in the rightsidebar.
    But it displays the images wrong.
    look at: http://nl.tinypic.com/view.php?pic=2ibluno&s=8#.U2yZV_l_uo0
    I tried to shorten the translated words on the images with poedit, to solve this problem.
    But it contains too much “view” “cart” “orders” impossible…so i won’t change it further.
    How to solve this?
    Thank you

    #263305

    Hi rikv!

    Can we see the page/site live so we can inspect what you have right now?

    Cheers!
    Devin

    #263733
    This reply has been marked as private.
    #263869

    Hey!

    Thank you for the link.

    I checked the website but it’s blank. Please add this on Quick CSS or custom.css to fix the buttons:

    .woocommerce-page .button {
    min-width: 100px;
    min-height: 54px;
    }
    
    #top div .widget_shopping_cart .button {
    width: 49%;
    float: left;
    }
    
    #top div .widget_shopping_cart .button.checkout {
    margin-top: 4px;
    }

    Regards,
    Ismael

    #263874
    This reply has been marked as private.
    #263998

    Hey!

    Please add following code to Quick CSS instead

    #top div .widget_shopping_cart .button { width: 40%; float: left; }
    .woocommerce-page .button { min-width: 107px; }

    Cheers!
    Yigit

    #264004
    This reply has been marked as private.
    #264009

    Hey!

    I don’t see that css in either your custom css or your Quick CSS. However, you can adjust those buttons css with the following:

    
    #top div .widget_shopping_cart .button {
    width: 40%;
    float: right;
    min-width: 100px;
    padding: 11px;
    }
    

    Change those values however you’d like to get the layout you want.

    Cheers!
    Devin

    #264011
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘wrong display images woocommerce’ is closed to new replies.