Hi,
I am using the following to align images in Woo Product widget to the left and text to the right, but cannot get price right bellow product name, not bellow product image:
div ul.product_list_widget li {
float: left !important;
width: 100%;
text-align: right;
}
div ul.product_list_widget li img {
clear:both !important;
float:left !important;
width:auto !important;
}
Please advice with some missing css
Many thanks!!!
Hey videogame,
Please try the following in Quick CSS under Enfold–>General Styling:
#top div ul.product_list_widget li a {
display: inline !important;
}
Best regards,
Rikard
Hey Rikard,
This works, thank you!
Regards,
Ivan