Home › Forums › WordPress Themes – Premium › Flat Responsive › Various questions on Flat Responsive Theme › Reply To: Various questions on Flat Responsive Theme
September 2, 2015 at 9:13 am
#21768
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