This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Sadikul Islam
Hi, How do i get bordered layout like shop page in the single product page on the related product section??
Like this bordered layout https://media.d.pr/ozLEls
on the single product page related product grid.
Thank you.
Hello,
Provide URL, please.
Regards
Try to use the next custom CSS code:
.related-products .product {
border-bottom: 1px solid var(--et_border-color);
border-right: 1px solid var(--et_border-color);
display: flex;
justify-content: center;
}
.related-products {
border-top: 1px solid var(--et_border-color);
border-left: 1px solid var(--et_border-color);
display: flex;
flex-wrap: wrap;
flex: 1;
}
.related-products .content-product {
flex-direction: column;
justify-content: normal;
display: flex;
flex: 1;
}
.related-products .content-product .product-details {
padding-bottom: 0px;
}
Regards
The Code works Awesome. Thank you for your hard work
Tagged: bordered, layout, related products, themes, woocommerce, wordpress
The issue related to '‘How to get bordered layout on related product section?’' has been successfully resolved, and the topic is now closed for further responses