How can I add space between menu icon and menu text. All links in menu the same space.
pvp.jeroenberings.nl
Hi,
You can achieve that by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing such code?
Best regards
Yes please!
Please, use the following CSS code:
.menu .menu-item i{ margin-right: 5px; }
Thanks
Comments
Hi,
You can achieve that by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing such code?
Best regards
Yes please!
Please, use the following CSS code:
Thanks