Chingos Posted July 30, 2020 Share Posted July 30, 2020 Site URL: https://sturgeon-goby-y5ad.squarespace.com/config/ I have followed the guide for brad goods for the multilanguage setup and have gotten it to work i was just wondering if its possible to make the language switcher constant as you scroll like the header can the language switcher be part of the header? Link to comment
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 edit this code .language { color: #fff; position: absolute; top: 10px; right: 80px; z-index: 99999; } to this .language { color: #fff; position: fixed; top: 10px; right: 80px; z-index: 99999; } 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
Archived
This topic is now archived and is closed to further replies.