Tagged: x
-
AuthorPosts
-
January 18, 2017 at 10:43 am #1335251
kaylaadriannaParticipantHello!
I’ve been able to follow a few other posts and managed to place a menu in the topbar of my site, but I had a few tweaks I’d like to incorporate to polish it off:
– How can I add padding to the left and right so the text and social icons aren’t flush with the side of the site?
– Is there a way to change the font on the topbar menu?
– Can I add dividers between each menu item like in the screenshot?
– Is it possible to create a dropdown menu for one of the menu items like in the screenshot?Thanks for any help you can give me on this!
January 18, 2017 at 10:45 am #1335257
kaylaadriannaParticipantThis reply has been marked as private.January 18, 2017 at 11:28 am #1335324
Nabeel AModeratorHi there,
Thanks for writing in!
1. To add the padding, please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-topbar-inner { padding: 0px 5% !important; width: 100% !important; }2. & 3. To add dividers and to change the font, please use this code:
.top-menu li a { padding: 0 10px 0 10px !important; font-size: 20px !important; border-right: 1px solid #b38f0f; } .top-menu li:first-child a { border-left: 1px solid #b38f0f; }4. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
January 18, 2017 at 12:05 pm #1335380
kaylaadriannaParticipantThank you so much! All those suggestions worked.
Have a great day 🙂
January 18, 2017 at 12:26 pm #1335419
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1335251 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
