Classic icon list padding

Hi

Please tell me how I can increase the padding between each icon list in the classic icon list element.

They are too close to each other

Hello Glenn,

This can be done with a bit of the customization by targeting the class assigned to each of the list item and using that class to add a bottom margin to each of the list item.

To get you started, please try adding this code in X > Theme Options > CSS:

.x-ul-icons .x-li-icon {
    margin-bottom: 30px;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

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