Avada › Forums › Community Forum › How to center logo on header 7
Tagged: header 7
-
AuthorPosts
-
I’m trying to do something similar to the centered logo like on: https://avada.theme-fusion.com/beer/
But when I choose header 7, it seems that it centers the entire nav menu, which does not center the logo because the various menu items are not the exact same width, so the logo ends up being pushed to the one side slightly. I’d like to have the logo centered with the menu items each floated out to the edges of the nav menu.
How do I accomplish this?
Same question !
When i take a look to https://avada.theme-fusion.com/spa/ demo css, it’s seems that a 70px right padding is applied to the logo with .fusion-main-menu > ul > li
In my case, that line is deactivated and i can’t find the solution.
Pleeeease themefusion, someone, i need this!
from what i can see, header 7 makes logo a list item, and i have no idea how to get him to stick in the vertical center. Its really important to me cause i use a slider thats split in the center, so it is crucial that logo is vertically centered…
Hey, I did it by adding this into the custom css in the theme options
#side-header .fusion-logo, .fusion-header .fusion-logo {
margin-top: 31px !important;
margin-right: auto !important;
margin-bottom: 31px !important;
margin-left: auto !important;
} -
AuthorPosts
- You must be logged in to reply to this topic.