TVB Posted March 15, 2022 Share Posted March 15, 2022 Site URL: https://abilita-innovations.squarespace.com/ https://abilita-innovations.squarespace.com/ password: enter for the menu dropdown's "about" & "quality" we want the text to align like capabilities does. @tuanphan @bangank36 could you help? 🙂  Link to comment
tuanphan Posted March 16, 2022 Share Posted March 16, 2022 Try adding to Design > Custom CSS /* align left dropdown */ .header-nav-folder-content { text-align: left !important; padding-left: 0 !important; right: auto !important; left: unset !important; transform: unset !important; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
TVB Posted March 16, 2022 Author Share Posted March 16, 2022 Hi @tuanphan that didnt work, it looks like this with that code: Â Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 On 3/16/2022 at 8:51 PM, TVB said: Hi @tuanphan that didnt work, it looks like this with that code:  Try remove this code from Custom CSS a.header-nav-folder-title:hover+div, .header-nav-folder-content { text-align: left !important; position: absolute; left: 60% !important; right: unset !important; -webkit-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-25%); } and this code a.header-nav-folder-title:hover+div,.header-nav-folder-content { text-align: left !important; position: absolute; left: 50% !important; right: unset !important; -webkit-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-25%) }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment