How I can make navi menu shorter?
Hi guys,
How I can make main navigation menu shorter only for two letters, like you see I want to make menu to change language.
Attachments: You must be
logged in to view attached files.
Hi @Pyrkas ,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to make it shorter?
Best regards, Shufflehound team
Hi,
this is my site http://myacado.nazwa.pl/acado/
I want to make exactly the same menu like your WPML integration (last one on the right), but I don’t want to use that integration I want to make my own menu style 🙂
I hope that everything is clear 🙂
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#menu-item-23 ul.sub-menu {
width: auto !important;
margin-left: -10px !important;
padding: 10px 5px !important;
} Thank so much 🙂 It’s working
You are always welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it