Hi, i can’t align menu to center, always aligned to the left
Row wrap working
.et_b_header-menu .menu {
display: flex;
align-items: center;
flex-flow: row wrap;
}
This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago ago by kutmaster
Hi, i can’t align menu to center, always aligned to the left
Row wrap working
.et_b_header-menu .menu {
display: flex;
align-items: center;
flex-flow: row wrap;
}
Hello,
Theme Options > Header builder > Main menu > Alignment > Center.
Regards
i did
https://prnt.sc/vpy9eg
but not centered
Add the next code in Theme Options > Theme custom CSS:
.et_b_header-menu .menu {justify-content: inherit;}
Regards
Thank you, that works 🙂
The issue related to '‘Main menu center align text’' has been successfully resolved, and the topic is now closed for further responses