Hi support
I have a question for you about the header and the header alignment.
Unfortunately I can’t find out how to set the menu area completely to the right. Right now it seems to be center but I searched for about 2 hours now and can’t find any solution. I am sure you know how to set the alignment to right so the menu (the search icon) is right at the edge of the header.
Thank you so much for your time and help
Regards
Simon
Hey Bodyworkcenter,
Thank you for your patience, I believe I understand correctly, if so try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.html_header_top #top #wrap_all .av_header_stretch #header_main > .container {
width: 100%;
}
.responsive #top #wrap_all #header #header_main .inner-container .main_menu {
background: #f5e1c2 !important;
}
.responsive #top #wrap_all #header #header_main .inner-container .main_menu {
height: 45px !important;
}
.responsive #top #wrap_all #header.av_minimal_header {
margin-bottom: 0;
}
Please see the before & after screenshot in the Private Content area.
Best regards,
Mike
Hey Mike
Thanks for your response. Your code did not match and it was not exactly what I was looking for but I very appreciate your help. And I was searching a bit more and found now the solution. You can have a look and now you see, on the right site it is linear with the container and on the left site there is still space, that is what I wanted.
So thank you anyway
Regards
Simon
Hi,
Glad to hear that you have this sorted out, I didn’t realize you wanted the space on the left I thought that was an error. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike