How to add space between headings

Hello, i was wondering if there was a way to add spaces between the headings. I feel like there is a lot of empty space in the header and wanted to fill out the header space more.

Website is www.solattic.com

pw is solattic2024 if needed

Thanks in advance!

Hey @solattic

Can you explain your question in a bit detail and if possible then screenshots would be appreciated to help me understand better so that I can help you out.

Best Regards,

Moeed

Hello @solattic
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file.

.list-menu.list-menu--inline li {
padding: 0 22px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks