rikkiprice Posted January 27, 2020 Posted January 27, 2020 Hi all, I'm trying to find a way to center the text in the hover/dropdown menu on a site using Brine. It's a folder in the primary navigation menu. I used the CSS from this thread but it's not working. Site: https://opossum-polygon-pjlg.squarespace.com/ Password: charliedog Template: Brine Any help gratefully received! Rikki
MagneM Posted January 27, 2020 Posted January 27, 2020 Hi @rikkiprice This worked for me: .Header-nav-folder { text-align: center; line-height: 1em; padding: 0.7em; } .Header-nav-item--folder { font-size: 25px; } .Header-nav-folder-title { font-size: 25px; margin-left: 4.5em; }
rikkiprice Posted January 28, 2020 Author Posted January 28, 2020 Amazing, that works perfectly. Thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.