Hello, can you tell me if it’s possible to align the secondary menu in de center of the topbar of the following website:
https://redivy.nl
Beste regards,
Martijn Koster
try this on quick css :
@media only screen and (min-width:768px) {
.av_secondary_right .sub_menu {
float: left;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
maybe an !important might be necessary on the given rules like float or positon.
Works like a glove! Thanks for the help!
Hi TenMediaNL,
Great, I’m glad that you got it working and thanks @guenni007 for helping out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hey Rikard, you can close the topic!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon