How can I center the menu and icons?
Online Store: www.fatatjewellery.com
Password: fatat
Do you want like this @middlebeats ?
Hi,
Yes, but the icons should be centered below them and aligned in the center
Hi @middlebeats
header.header.header--center.fullscreen-container.header--has-menu {
display: flex;
}
nav.header__inline-menu.header__inline-menu-first {
justify-content: center;
margin: 0;
}
.header__column {
justify-content: center;
margin: 0!important;
}
@media screen and (min-width: 1200px) {
.header--center .header__inline-menu, .header--center .header__column {
position: absolute !important;
width: 100% !important;
justify-content: center !important;
}
.header {
padding: 0 !important;
padding-bottom: 10px !important;
}
}