/* START Evenly space out primary menu items */
@media all and (max-width: 1024px) {
#logo {
height: 75% !important;
}
.et_fixed_nav #et-top-navigation {
padding-left: 240px !important;
}
}
@media all and (min-width: 1025px) {
.et_fixed_nav #et-top-navigation {
padding-left: 340px !important;
width: 100%;
}
.et_fixed_nav #top-menu-nav {
width: 100%;
}
.et_fixed_nav #top-menu{
width: 100%;
display: flex;
justify-content: space-between;
padding-right: 1vw;
}
.et_fixed_nav #top-menu li {
padding-right: 10px;
}
}
/* END Evenly space out primary menu items */
Code language: CSS (css)Header: primary menu evenly space out menu items
Last updated:
Categories: Menu (customizer heading)