beef11 Posted February 22, 2022 Share Posted February 22, 2022 Site URL: https://www.denverbarbariansrugby.com/ I am trying to make the player history and club history buttons aligned next to each other on the mobile view of my site instead of being staggered seen in the screenshot above. Can anyone advise on the CSS needed to make this change? Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 It looks like you solved with this CSS/ @media screen and (max-width: 767px) { .homepage section:first-child { height:35vh !important; min-height: unset !important } #block-yui_3_17_2_1_1645037986326_7664+.sqs-row { display: flex } #block-yui_3_17_2_1_1645037986326_7664+.sqs-row .sqs-col-4 { flex: 0 0 33% } .sqs-block-button * { text-align: center !important } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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