Tagged: header mobile
Hello,
I would like to Increase size of header and logo and center logo in mobile view
see:
Would be great if you could help me.
Best regards
Josephine
can you try this :
@media only screen and (max-width: 767px) {
.responsive .logo img,
.responsive .logo svg {
max-height: 120px;
top: 5px;
left: 50%;
transform: translateX(-50%)
}
.responsive #top #wrap_all .main_menu {
height: 120px !important;
right: -20px;
left: auto;
}
.responsive #top .logo{
max-height: 120px;
width: 100%;
}
.responsive #top #main {
padding-top: 0px !important;
}
.responsive.html_top_nav_header .av-logo-container {
height: 120px !important;
}
}
thanks a lot Guenni, I changed some values, and then it worked out for me! :)
Hi,
Glad Guenni007 could help, thank you Guenni007, 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