css - align center ONLY ONE item in the menu (wordpress) -


i'm working on website http://104.238.93.238/~admin/ , want align "veteran transition staffing" item in menu center.

i appreciate little css help!!!

thank you!

do want whole thing (the 2 links) centered or 1 item? @ point menu works this: have 2 list-items in unordered list. unordered list has class called navbar-right. class has css on float:right!important. that's why of content on right side.

the class bootstrap framework. if want 1 item list centered, should take list, in div , add cssmargin:0 auto; + fixed width element.

watch out because means "mobile menu" won't include it, since you've taken out of nav-bar.

an easier way target specific item , give margin right of let's 350p this: li#menu-item-48{margin-right: 350px}. might wanna check on different widths can use media queries make centered.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -