kiwicreativedesign Posted May 24, 2021 Share Posted May 24, 2021 Site URL: https://algae-tuna-pjta.squarespace.com/home Hello! I am hoping to get some help with the css code to make two of the buttons on my homepage side-by-side for mobile? The site is :https://algae-tuna-pjta.squarespace.com/home Password: maggie The buttons are in the last section above the footer, screenshot attached. Thanks, in advance! Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 On 5/24/2021 at 11:45 PM, kiwicreativedesign said: Site URL: https://algae-tuna-pjta.squarespace.com/home Hello! I am hoping to get some help with the css code to make two of the buttons on my homepage side-by-side for mobile? The site is :https://algae-tuna-pjta.squarespace.com/home Password: maggie The buttons are in the last section above the footer, screenshot attached. Thanks, in advance! Add to Design > Custom CSS /* Mobile-Homepage-buttons side by side */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1620156927139_26203+.row .span-6 { width: 50% !important; float: left !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
kiwicreativedesign Posted May 26, 2021 Author Share Posted May 26, 2021 @tuanphan Thank you so much! For desktop I need the left button right justified and the right button left justified. Is it possible to center them for mobile only? Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 38 minutes ago, kiwicreativedesign said: @tuanphan Thank you so much! For desktop I need the left button right justified and the right button left justified. Is it possible to center them for mobile only? Move this or? 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
kiwicreativedesign Posted May 26, 2021 Author Share Posted May 26, 2021 @tuanphan Sorry - I need them as they are now on desktop but am hoping to have the buttons (and button text) centered on Mobile. Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/27/2021 at 12:16 AM, kiwicreativedesign said: @tuanphan Sorry - I need them as they are now on desktop but am hoping to have the buttons (and button text) centered on Mobile. Add to Design > Custom CSS /* Mobile-Align center buttons text */ @media screen and (max-width:767px) { div#page-section-608c55e44cedb10780e07622 .button-block a { text-align: center; } } 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