I don’t find any option to make the menu wider or put spaces
1 Like
Hi @spencerhill,
Please head to Custom codes > Custom CSS and paste the following CSS code:
.menu li {
margin-left: 15px;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
Feel free to adjust those numbers however you see fit.
Let us know how it goes,
Kind regards,
Funnelish™ Team.