Adjusting the spacing vertically in classic feature list

HI,
i was trying to figure how to add more vertical spacing between my icons and text and the next feature list.

its like this

but i wanted to space out more like this

thanks

Hi @designbabe,

Thank you for reaching out to us. You can do this by adding the following code in the Theme Options > CSS:

.x-feature-list .x-feature-box {
    padding: 0 0 50px;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

that worked thanks ! I’ll check out

You’re most welcome.

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