[Edin Theme] Menu positioning in standared menu style
-
When I switch over to standard menu, I need the menu items towards right of the logo inline with the logo, not below the logo space..
Also I wonder if its possible to move the logo towards left so that some space can be freed up to fit in all the menu items. See the screenshot: http://prntscr.com/5up9zu
The blog I need help with is: (visible only to logged in users)
-
-
-
Let’s try these styles.
Adjust the top and left attribute values to move the menu bar x and y axis respectively :-)
.site-header { position: relative; } .navigation-classic .primary-navigation { position: absolute; top: 130px; left: 200px; } .has-header-search .site-branding, .site-branding { margin-left: 0px; }
- The topic ‘[Edin Theme] Menu positioning in standared menu style’ is closed to new replies.