Home › Forums › WordPress Themes – Premium › Flat Responsive › Lining up the navigation compared to logo › Reply To: Lining up the navigation compared to logo
July 28, 2015 at 9:14 am
#21571
Inactive
Hi Doc24,
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.
Thanks