Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #692046

    Ahoy

    I’m trying to make the width of my menu to fit the whole title but I’m having some trouble

    I’m using this code

    .main_menu .menu ul { width: 390px; }

    Is there a way to make to fit the long names?

    #692279

    Hey mcraig77,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu .menu ul {
        width: 315px!important;
        transform: translateX(-62px);
    }

    Best regards,
    Vinay

    #692423

    Perfect! Thanks

    #692433

    Hi,

    Glad it worked! Feel free to reach out to us again if there is anything else that you need.

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.