Tagged: x
-
AuthorPosts
-
July 11, 2016 at 3:20 am #1081006
tparkmediaParticipantHi, I centered my logo following this: https://community.theme.co/forums/topic/making-logo-be-in-the-middle-of-the-nav-bar/#post-161784
And then I added this code to make the menu items justified. (Or I think it is, not sure)
@media (min-width:979px){
.x-navbar .x-container.max.width {
width: 100%;
max-width: 100%;
}
.x-nav li {
width: 33%;
}
li#menu-item-239 {
text-align: right;
}
.logo-menu-item {
padding-top: 10px;
}
}but it doesn’t make it justified. I want the menu bar to be spaced out like this: http://www.dropbox.com. Please help! Thank you!!!
http://www.desqtopappraisals.com
Wordpress 4.5.3
x version 4.5.2
corenerstone 1.2.4July 11, 2016 at 3:45 am #1081034
Rue NelModeratorHello There,
Thanks for writing in!
Do you want some thing like this?

If that is the case, please update your code in the customizer, Appearance > Customize > Custom > CSS and use this instead:
@media (min-width:979px){ .masthead-stacked .desktop .x-nav { display: table; width: 100%; } .x-nav li { width: 33%; } li#menu-item-239 { text-align: right; } .logo-menu-item { padding-top: 10px; } }We would loved to know if this has work for you. Thank you.
July 11, 2016 at 12:33 pm #1081810
tparkmediaParticipantWoohoo! That’s exactly it! THANK YOU!
July 11, 2016 at 1:05 pm #1081859
RahulModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1081006 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
