I’m using the Wokiee theme and would like to add space between the menu items in my header navigation. Can anyone help me with what code to add or adjust?
Our URL is https://aminaadem.com/
I’m using the Wokiee theme and would like to add space between the menu items in my header navigation. Can anyone help me with what code to add or adjust?
Our URL is https://aminaadem.com/
Hi @ktrivera !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
You want spacing between these products?
Best Regards;
PageFly
@ktrivera You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.css file.
.tt-desctop-menu nav > ul > li.dropdown > a{
padding: 28px 18px 27px !important;
}
Please add below css code in bottom of assets/theme.css file
.tt-desctop-menu .dropdown {
margin-right: 8px;
}
Thank you.