Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
Changing Sub-menu width
MGDyna
November 2020
in
Menu / Mega menu
Hi there,
Please take a look at the following screenshot...
https://imgur.com/a/K8nQQU0
I'm looking to increase the width of the sub-menu but cannot find anywhere to do so. Can you please advise if this is possible?
Thanks,
Comments
Phil
November 2020
Hello,
Sorry, but there is no option in Theme to modify width of submenu.
You will have to create Custom CSS Code to change that.
Thanks
MGDyna
November 2020
Do you support custom CSS on here or do I have to go figure it out myself?
Phil
November 2020
If you send me a link to your website I will be able to help you with this Custom CSS Code
Greetings
MGDyna
November 2020
Hi Phil,
Temporary link is
http://coaster.photos
Phil
November 2020
Please, put the following Cutom CSS Code in: Betheme > Theme options > Custom CSS & JS > CSS
#Top_bar .menu li ul li{
width: 300px!important;
}
Of course you can modify width by changing this "300px" value.
Thanks
Sign In
or
Register
to comment.
Comments
Sorry, but there is no option in Theme to modify width of submenu.
You will have to create Custom CSS Code to change that.
Thanks
Greetings
Thanks