Okay
  Public Ticket #2675268
uniform size for left header menu
Closed

Comments

  • Tony started the conversation

    how do I customize the left header menu items to be the same exact width?

  •  2,963
    Andrew replied

    Hi Tony,

    Try following css:

    body[data-header-format="left-header"] #top nav >ul >li >a, body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a, body[data-header-format="left-header"] #header-outer:not([data-lhe="animated_underline"]) #top nav ul li[class*="button_solid_color"] a:hover, body[data-header-format="left-header"] #header-outer:not([data-lhe="animated_underline"]) #top nav ul li[class*="button_bordered"] a:hover {
        width: inherit;
        text-align: center;
    }
    

    Kind regards.

  • Tony replied

    Yes—thank you. This fixed my issue!


    -Tony