categories display bug: no spacing

Hello,

Sorry to bother you guys again :slight_smile:

I encountered this bug on both the mobile and desktop versions of the theme.
As shown by the screenshot, the three categories “Australia”, “City Reviews” and “Oceania” are displayed with no spacing between a each other.

How can I solve this issue and display the correct spacing ?

thank you so much
best regards

Joe

Hi Joe,

Thanks for posting here.

You can try increasing spacing between them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.cat-title ul li {
    margin-right: 15px;
}

Best Regards,
Movin