How I can make navi menu shorter?

Home Forums Jevelin Theme How I can make navi menu shorter?

Home Forums Jevelin Theme How I can make navi menu shorter?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Pyrkas
    Participant

    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

    Pyrkas
    Participant

    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;
    }

    Pyrkas
    Participant

    Thank so much 🙂 It’s working

    You are always welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)