html - How do i reposition the Nav of my wordpress website -


im newbie, working on wordpress website http:// www.smope.net, i'll love put "about us" menu directly under yellow smile in logo.

i tried use google chrome's inspector locate css id , file, have not had success in aligning nav menu right

i'll appreciate help

apply following properties .main-navigation ul make this:

you can use margin-left in css define distance between 2 objects horizontally.

.main-navigation ul {     list-style: none;     margin-top: 0;     margin-bottom: 0;     margin-left: 230px;     text-align: center; } 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -