Home Forums WordPress Themes – Premium Flat Responsive Lining up the navigation compared to logo Reply To: Lining up the navigation compared to logo

#21571
Anonymous
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