Home Forums WoodMart support forum NAV MARGIN ON PRODUCT PAGES Reply To: NAV MARGIN ON PRODUCT PAGES

#415717

Hello,

We double-checked and see that long titles increase the drop-down heading and you use limited image height. In order to improve the view, please use this code, please note: the images can be cut.

body .wd-products-nav .wd-dropdown {
		min-width: 275px;
}

body .wd-product-nav-thumb {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30%;
}

body .wd-product-nav-thumb img {
		height: 100%;
    object-fit: cover;
}

body .wd-product-nav-desc {
	padding-left: calc(30% + 10px);
}

The row with posts has the padding 40px: https://prnt.sc/wI7rh-sl7sT3 In order to solve that, you need to, you need to enter this row and change: https://prnt.sc/oJEOMHLmyQ7Y

If you have any questions please feel free to contact us.

Best Regards