Home Forums WordPress Themes – Premium Flat Responsive Various questions on Flat Responsive Theme Reply To: Various questions on Flat Responsive Theme

#21768
Anonymous
Inactive

Hi Samit,

It seems that you have already solved the issue of missing images, right? Regarding to the menu, Please add following CSS to fix the issue:

ul.navmenu > li > a, .navmenu ul > li > a {
    line-height: 68px;
}
.panel-widget-style{
	margin-top:-39px;
}
ul.navmenu ul.sub-menu{
	top:68px;
} 

Note: Use the custom css plugin or child theme stylesheet to write the custom CSS.

Thanks