Space between feature lista

Continuing the discussion from Linked paragraphs Menu in post:

hello there
you helped me to reduce space between lines of the featured lists and it did worked but now it doesn’t work for this post. here is the link

could you please help?
thanks a lot :slight_smile:
isabella

Hi Isabella,

Thank you for writing in, on the other thread you linked, Nabeel provided you this:

.x-feature-list .x-feature-box.middle-text>div {
    padding: 0 !important;
}

Please update that to this:

ul.x-feature-list li.x-feature-box .x-feature-box-graphic,
ul.x-feature-list li.x-feature-box .x-feature-box-content {
	padding-top: 0;
	padding-bottom: 0;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.