Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Header centered › Reply To: Header centered
July 8, 2015 at 9:47 am
#3303
Keymaster
Here is CSS that will push logo and menu to the right:
#logo{
margin-left: 500px;
}
.header-style-4 #nav-container #nav{
margin-left: 200px;
}
Note that if you decide to center it, you will need to make changes for mobile decides too (if you activated responsiveness).
Vladimir