Home New Guten Forums WoodMart support forum REDUCE LINE HEIGHT OF WIDGET ATTRIBUTES ON SHOP PAGE

REDUCE LINE HEIGHT OF WIDGET ATTRIBUTES ON SHOP PAGE

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #108009

    Jeriss Cloud Center
    Participant

    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

    #108011

    Jeriss Cloud Center
    Participant

    link private

    #108107

    Hello,

    Disable blocking of element inspection on your site.

    Best Regards

    #108110

    Jeriss Cloud Center
    Participant

    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

    #108153

    Hello,

    Here is my main [email protected]

    Best Regards

    #108239

    Jeriss Cloud Center
    Participant

    See private

    #108260

    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

    #108449

    Jeriss Cloud Center
    Participant

    Thanks, point closed

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘REDUCE LINE HEIGHT OF WIDGET ATTRIBUTES ON SHOP PAGE’ is closed to new replies.