Hi guys,
just finished my website set-up using newspaper’s sport demo , it looks great, thank you!
But still one problem to solve.
In the main menu bar, there is a gap between the menu and the bar bottom, as you can see in the homepage. The main menu seems to no be centered in the menu bar.
Could you help me to solve please?
Plus how can I activate mega-menu in the sub-menu?
Thanks a lot in advance!
Nassim.
Hello Nassim,
If you want to align the menu you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-6 .sf-menu {
padding-top: 10px;
}
The result you should see here -> http://screencast.com/t/Bf1t1Db0e
The mega menu feature can be used only for the main item because it still using the sub-menu items (subcategory). For more information about this kind o feature, please check our documentation here -> https://forum.tagdiv.com/mega-menu/
Hope this helps!
Thanks.
Hello naseemz93,
I do not understand what you want to achieve, sorry! Please provide more details about your desired changes so I will be able to provide a more accurate code. Also, you can provide some useful screenshots for good understanding.
Thank you for the message!
Hello naseemz93,
Please try to remove all the above code that I gave you and please set from the Theme panel, the line height to be 80px, like this -> http://screencast.com/t/IEo33m3Eqv88 and then your main menu will be aligned.
Thanks.