Archived topic
Padding For Full Width Menu
7 replies · Started by Rylan Urban on January 25, 2017
Hey, just trying to add padding the the left and right side of the full width menu. Left side I have the logo, and right side I have a button so it's bumping into the sides of the screen.
Have a css solution?
Thanks,
Rylan
Hi Rylan,
Have you tried adding some Header Padding in Customizer > Layout > Header?
If that doesn't work then use this CSS:
.inside-navigation {
padding: 0px 10px;
}
Let me know.
another issue....
I tried updated to latest version of the premium version of the plugin and I'm getting
"An error occurred while updating GP Premium: Download failed. Unauthorized" ---- (authorization code is correctly entered and accepted)
ignore that last one ^ re-entered it..
Menu problem persists!
Did you try adding the CSS I provided? I don't see it being added.
https://docs.generatepress.com/article/adding-css/
sorry, didnt refresh to see your messages. Padding issue fixed with CSS! Thanks!
You're welcome!