krystenjade Posted July 13, 2022 Share Posted July 13, 2022 Site URL: https://hatherleigh.squarespace.com/ I would like to reduce the size of the button on the mobile overlay menu, to match the size of the links. Is it also possible to bring it up higher near the links? Password: hatherleighkj Link to comment
tuanphan Posted July 13, 2022 Share Posted July 13, 2022 Add to Design > Custom CSS header#header a.theme-btn--primary.btn.sqs-button-element--primary { position: relative; top: -150px; padding-left: 10px; padding-right: 10px; display: inline-block; } 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
krystenjade Posted July 13, 2022 Author Share Posted July 13, 2022 @tuanphan Thank you! That worked to bring the button closer to the link. Are you able to help me make the button smaller? Link to comment
tuanphan Posted July 14, 2022 Share Posted July 14, 2022 Use this new code header#header a.theme-btn--primary.btn.sqs-button-element--primary { position: relative; top: -150px; padding-left: 10px; padding-right: 10px; display: inline-block; min-width: unset !important; } krystenjade 1 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