nwillis Posted June 10, 2021 Share Posted June 10, 2021 Site URL: https://www.texasdeca.org/advisor-resources I am trying to get the buttons in my header to align all the way to the left. I had it this way previously and messed with my code and must have deleted something. I can't figure out what i've done. Below is a photo of what it looked like before. If you visit https://www.texasdeca.org/advisor-resources, you can see what it looks like now. Link to comment
KwameAndCo Posted June 10, 2021 Share Posted June 10, 2021 Hey @nwillis Try changing .desc-wrapper p:last-child>a+a { margin-left: 1em; } to .desc-wrapper p:last-child>a+a { margin-right: 1em; } And it should fix it. You may want to target that specific collectionid or blockid just in case. Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 Some links may be affiliate/referral links. Link to comment
nwillis Posted June 10, 2021 Author Share Posted June 10, 2021 1 hour ago, Kwamzilla said: Hey @nwillis Try changing .desc-wrapper p:last-child>a+a { margin-left: 1em; } to .desc-wrapper p:last-child>a+a { margin-right: 1em; } And it should fix it. You may want to target that specific collectionid or blockid just in case. This worked. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.