-
webpro
I have been using “mobile-header-content” class to put icons and cta’s beside the menu burger within the mobile header of GP. After the latest update it has shifted this to the centre or more to the left.
You can see examples here:
I can’t for the life of me fix it with CSS. Any help would be appriciated.
Thank You!
-
Hi there,
odd one, as i don’t believe we changed the CSS in the mobile header. Its always been a flex box with justify-content space-between.
Anyhow, try this CSS:
#mobile-header .site-logo { margin-right: auto; }
It will force the hooked in element over towards the hamburger.
-
webpro
Hi David! That’s perfect. Thanks for your help!
-
Glad to hear that!
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.