Customizer –> Additional CSS:
.x-navbar .desktop .x-nav>li {
float: left;
margin-right: 1.5rem;
}
lisa
(@contentiskey)
does something like this work
.x-navbar .desktop .x-nav>li {
float: left;
padding-right:1.5em;
}
*is this your parent theme’s support area?*
https://themeforest.net/item/x-the-theme/5871901/support
Thanks so much!
Any idea where I can change the font-family for the menus?
Check the font settings first:
https://theme.co/docs/typography
Otherwise you can use this under font-family:
.x-navbar .desktop .x-nav>li {
float: left;
padding-right: 1.5em;
font-family: none;
font-size: 16px;
color: #333333;
text-transform: uppercase;
}
Thank you. Have a great and safe weekend.