REDUCE LINE HEIGHT OF WIDGET ATTRIBUTES ON SHOP PAGE
-
Dear,
I want to reduce the line height of attribute values on the widget column fiters of the shop page.
I’ve been using the following code but I don’t think that it’s correct, because this has impact on the whole global line height of the site. I want to focus on widget attributes only.
ul, ol {
line-height: 0;
}
Thanks
Hello,
Disable blocking of element inspection on your site.
Best Regards
I can assign you as admin so you can bypass the protection, can you provide me your mail in private?
That way, I’d like to keep the protection activated because my site is live.
Thanks
Hello,
Here is my main [email protected]
Best Regards
Hello,
The line height reducing would not solve the gap issue https://gyazo.com/709ac3139d302f08a23b882bb8ec6256
As I understand you want to reduce the margin if so, here is the code:
body .woocommerce-widget-layered-nav-list .widget li, .woodmart-widget li, div[class^=vc_wp] li {
margin-bottom: 5px;
}
You can increase/decrese the gap
And you will get this result: http://prntscr.com/mmv7ed
Best Regards
The topic ‘REDUCE LINE HEIGHT OF WIDGET ATTRIBUTES ON SHOP PAGE’ is closed to new replies.