Please refer this
screenshot. The margin already has important property. How can I remove that margin only for sidebar?
PS: I am not using Single Product Builder
This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago ago by JXN
Please refer this
screenshot. The margin already has important property. How can I remove that margin only for sidebar?
PS: I am not using Single Product Builder
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-product .product_list_widget li,
.single-product .sidebar-slider {
margin-bottom: 0px !important;
}
Regards
Perfect.! Solved.
Thanks Rose
The issue related to '‘Sidebar Bottom Margin not Working’' has been successfully resolved, and the topic is now closed for further responses