Tagged: x
-
AuthorPosts
-
December 9, 2016 at 10:58 am #1287539
MiticaParticipantHello,
I have tried several codes provided on this forum to make my menu span the full width of my site. The lay out is set to full width but the menu items remain on two lines, and I want them to be on one, spanning all the way from left to right.
This is the link to my test site: test.tierramitica.comI have tried:
/*Header full width*/
.x-navbar .x-container.max.width {
width: 100%;
max-width: 100%; }and
.masthead .x-container-fluid {
max-width: none;
width: 100%;
}December 9, 2016 at 1:38 pm #1287678
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-navbar .x-container.max { max-width: 1500px !important; width: 99% !important; }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
December 10, 2016 at 9:36 am #1288348
MiticaParticipantHello Nabeel, I put the code into the style.css of my child theme and it is still not working. Anything else I can try?
December 10, 2016 at 10:12 am #1288360
MiticaParticipantIt worked! Thank you! I cleared the browser’s cache before, but I guess there was a delay or something, now they are all in one line, thank you!
December 10, 2016 at 10:20 am #1288367
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1287539 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
