Home › Forums › WordPress Themes – Premium › Flat Responsive › Lining up the navigation compared to logo
How can you get the navigation lined up so its inline with the middle of the logo ? See image Thank Younav1.jpg
Hi Doc24,
Please send the link of your site so that we could help you.
Thanks
Umesh, I put it online so you can see it as it is not finished http://www.saintandrewpreschool.com
Please use the following css to fix the issue :
ul.navmenu ul.sub-menu { top:138px; } ul.navmenu > li > a { line-height:138px; }
Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.
Perfect…Thank You