Hello Kriesi Team, i try to get the burger menu center aligned and could not find a solution. It should be centered below the centered Logo. Could you please give me a hint? Regards fh
Hey freehaan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
top: 250px !important;
right: 48% !important;
}
}
Best regards,
Rikard
Hi Rikard, thans for your reply. I’II try that.
regards freehaan
Hi freehaan,
Did you try the code above? Does it resolve your issue?
Best regards,
Victoria