Adding padding to the category list

Hi,
We have a few widgets listed in the sidebar, and they have no space between them.
How could we add some spacing between them?
This is related to a previous ticket we had:
[https://theme.co/apex/forum/t/category-widget-acting-strange/35452/12]

Could you help?

Thanks so much!

Hello @alonmg,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS:

.x-sidebar .h-widget {
    padding-top: 40px;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Please note that providing support for custom codes (like CSS changes) falls outside the scope of support we can offer. In case of any issues with the layout because of custom codes we won’t be able to provide support.

Thanks.

Thanks, that did the trick!

You’re welcome.

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