Comments Tony started the conversationJanuary 29, 2021 at 1:59pmhow do I customize the left header menu items to be the same exact width? 2,963Andrew repliedJanuary 29, 2021 at 6:09pmHi 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.1 LikeTony repliedJanuary 29, 2021 at 7:10pmYes—thank you. This fixed my issue!-Tony Sign in to reply ...
how do I customize the left header menu items to be the same exact width?
Hi Tony,
Try following css:
Kind regards.
Yes—thank you. This fixed my issue!
-Tony