Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello!
The logo is configurated to be in the midle with header style ‘centered logo and navigation’ , but I don’t know why, in the mobile phone the logo is at left side over the menu
¿can you help me with that?
thank you
best regards
Hello,
The mobile header is independent of the style chosen for desktop. So if you want to change the alignment of it in mobile then add this code into your custom css box:
@media (max-width: 480px){
.header_10 #logo { left: 37% !important;}
}
Best regards!
You must be logged in to reply to this topic.