alexandra_b Posted April 3, 2021 Share Posted April 3, 2021 (edited) Site URL: https://www.impressiveskateboarding.com/size-guide Hi All, Can someone help in how do I align the two buttons in my Size Guide page to show up side by side and centred on mobile the same way as the desktop, please? URL: https://impressiveskateboarding.com Thank you! Edited April 3, 2021 by alexandra_b Link to comment
Solution creedon Posted April 3, 2021 Solution Share Posted April 3, 2021 Add the following to Page Settings > Advanced > Page Header Code Injection for the size guide page. <style> @media screen and ( max-width : 767px ) { #page-section-601ead0b2fde0b5388e5d94c .sqs-row .sqs-row:nth-child( 3 ) { display : flex; justify-content : center; } } </style> This is for v7.1 and specific the the OP's need. Let us know how it goes. tuanphan and alexandra_b 2 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
alexandra_b Posted April 3, 2021 Author Share Posted April 3, 2021 that worked perfectly - I can't thank you enough! creedon and tuanphan 2 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