Maksymrewko Posted October 1, 2021 Share Posted October 1, 2021 Site URL: https://www.desna.ca/chervoni-boots-camp Hi there, I'm looking to place these 2 buttons side by side on my mobile breakpoint. All the CSS i have tried isnt working so I must be doing somethign incoreectly. Any help would be much appreciated Link to comment
Wolfsilon Posted October 1, 2021 Share Posted October 1, 2021 Hello, Try the following code: section[data-section-id="5e83e10e2cd8ab22d8789618"] { @media only screen and (max-width: 747px) { .sqs-row:nth-child(2) { display: flex; flex-direction: row; align-items: center; justify-content: center; } } } Link to comment
Maksymrewko Posted October 1, 2021 Author Share Posted October 1, 2021 Amazing - thankyou very much for your help Link to comment
Maksymrewko Posted October 1, 2021 Author Share Posted October 1, 2021 How did you idenfiy the correct data section via inspect? I'm looking to do something similar for other pages section[data-section-id="5e83e10e2cd8ab22d8789618"] { @media only screen and Link to comment
Maksymrewko Posted October 1, 2021 Author Share Posted October 1, 2021 These are the other CTA's I have in question Link to comment
tuanphan Posted October 3, 2021 Share Posted October 3, 2021 On 10/2/2021 at 6:48 AM, Maksymrewko said: These are the other CTA's I have in question Use this tool https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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.