Tagged: display, Images, woocommerce, wrong
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
Hi rikv!
Can we see the page/site live so we can inspect what you have right now?
Cheers!
Devin
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
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
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