By Jeff on Sunday, 16 November 2014
Posted in Wanderers
Likes 0
Views 1.1K
Votes 0
HI just wondering how to center the text on postion 1, i have tried putting text-align: center; into the theme-nav sections but to no avail... any ideas would be great

Thanks!
Hello Jeff,

Thanks for take your time provide this screenshot.
I have consult with our designer, it seems like that parent class already do the float: left, so that you have apply this following css block code and see how it goes?

.theme-nav .navbar-main > ul {
float: none !important;
display: inline-block;
}

.theme-nav .navbar-main {
text-align: center;
}

.theme-nav .navbar-main > ul > li {
margin: 0 15px !important;
}
·
Monday, 17 November 2014 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

I am really sorry for the delay of this reply as it is a weekend for us here.
Can you provide us with some screenshot which position-1 are you referring to? Perhaps provide us with your site URL? Please advise.
·
Sunday, 16 November 2014 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
refer to green bar up the top ( postion 1 ) text is not center, editing the .css somewhere and adding in text align center does not seem to work

i'm able to make it sticky and everything else i can think of, just center text nope don't wanna

cheers
·
Monday, 17 November 2014 02:27
·
0 Likes
·
0 Votes
·
0 Comments
·
brilliant thank you, it works i've gone ahead and accepted the answer.. for others who may want to do the same

Cheers
·
Monday, 17 November 2014 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

You're welcome.
Have a nice day !
·
Monday, 17 November 2014 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post