And I realised that the menu item have a navigation by default is that removable
Hi @cslshawn,
I hope you are well today and thank you for your questions.
Hi, i would like to check is there away to make sub menu to be always visible rather then hover?
Yes you can make the sub menu always visible by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Travelify Other Options
#main-nav ul.sub-menu {
display: block;
}
And can i make the submenu full width just like the main menu bar in travelify?
Do you mean instead of displaying menu items vertically, you want to display them horizontally?
Please advise.
And I realised that the menu item have a navigation by default is that removable
Yes you can remove it using the solution shared in the following reply.
https://wordpress.org/support/topic/navigation-appearing-in-menu?replies=17#post-7596863
Best Regards,
Movin