-
Posts
11 -
Joined
-
Last visited
Reputation Activity
-
madcapcreative reacted to AndreaDube in Changing Header Navigation Folder Drop Down Menu Width and Styling?
Try:
.header-nav .header-nav-item--folder .header-nav-folder-content { min-width: auto; }
-
madcapcreative reacted to fleurdelis in Changing Header Navigation Folder Drop Down Menu Width and Styling?
THANK YOU SO MUCH. I've scoured these forums for a code that works, and yours is the only one that has! I genuinely tried at least 15 and was starting to lose faith. Thanks again!
-
madcapcreative reacted to tuanphan in Expansive spacing between navigation links
Add this to Design > Custom CSS
nav.header-nav-list { width: 100% !important; justify-content: space-between !important; }