-
AuthorPosts
-
November 21, 2014 at 11:24 am #150005
I would like to reduce the side padding of my Nav Bar, so I can fit one more item.
November 22, 2014 at 7:19 am #150435Hi Erin,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you.
Meanwhile, please try adding following code under Custom > CSS in the Customizer:
.x-navbar .x-container-fluid.max { max-width: 1500px; }
Adjust 1500px to increase/decrease the width of the navbar container.
Hope this helps. 🙂
Thank you.
November 22, 2014 at 5:14 pm #150647Thank you for your help, I am developing the site locally until it is further along so I don’t have url to show you yet. I tried the CSS code above, it doesn’t address the issue I want to target. What I am trying to do is the container for the Nav Bar is padded maybe 45 on the left and the right so the Nav Bar entries line up with the content below. I am hoping to decrease the left and right inset so I can fit one more Nav Bar item.
Again thank you for your help.
November 23, 2014 at 10:06 am #151025Hi there,
Try this CSS code:
.x-navbar .x-container-fluid.max.width { width: 96%; max-width: 1500px; }
Hope it helps.
November 23, 2014 at 10:35 am #151042Thank you very much! That did exactly what I needed!
November 24, 2014 at 1:29 am #151328You’re welcome Erin. 🙂
-
AuthorPosts