I want to make the menu longer. it warps the text.
link: barast.com
Hello,
If you would like to make the sub-menu wider, you will have to create a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Yes Please. I am not techy
Please, try to use the following CSS code:
#menu li ul.sub-menu li{ width: 250px!important; } #menu li ul.sub-menu li ul.sub-menu{ right: 250px!important; }
Thanks
Comments
Hello,
If you would like to make the sub-menu wider, you will have to create a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Yes Please. I am not techy
Please, try to use the following CSS code:
Thanks