Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi there,
My site: http://www.elitesecuritystaffing.com
After the breakpoint for the mobile menu, between 979px width and breakpoint width (right now I think we’re set at 1125px), the logo in the menu stays on the left and collides with the hamburger. I’d prefer if the logo just moved to the center and stayed there until it migrates to the right for the smallest mobile view. Would you be able to help me with the code for this?
Thank you!
I think I actually figured it out! I added this to my code:
@media (min-width: 979px) and (max-width: 1114px){
#logo{
float:left !important;
position: relative !important;
left: 36% !important;
}
}
Hello,
That’s great!
Let us know if you need anything else.
Best regards!
You must be logged in to reply to this topic.