Home Forums WoodMart support forum Description right next to the Product image Reply To: Description right next to the Product image

#218166

Hello,

If you want to have a few products in the row, at the same time you want to show the summary, you would better choose the appropriate design in the Theme Settings > Shop page > Product Style: https://prnt.sc/tybjqe

It is possible to make the summary always shown with custom CSS.

Please add this code to the Theme Settings > Custom CSS > Global if you want to have the summary always open:

body .woodmart-hover-base .fade-in-block {
position: static;
	opacity: 1;
	visibility: visible;
}
.content-product-imagin {
margin-bottom: 0 !important;
}

Best Regards