Jump to content

Side-by-Side Buttons in Mobile

Recommended Posts

Site URL: https://evanedinger.com

Hello!

So I've gone through and tried every bit of CSS provided in previous answers to this question on the forums, but none have yet worked. Is it because buttons have some sort of unique ID or something? 

Essentially, I'd really like to have my 3 buttons on mobile be side by side and not one on top of the other, but no amount of dragging seems to aid the situation. 

Any advice? 

Link to comment
  • Replies 1
  • Created
  • Last Reply

Add to Design > Custom CSS

/* Mobile buttons side by side */
@media screen and (max-width:767px) {
div#page-section-6005b570921174574376a09f .span-12 .span-6 .span-2 {
    width: 33.33% !important;
    float: left !important;
}
div#page-section-6005b570921174574376a09f .span-12 .span-6 .span-2 .button-block a {
    padding: 10px 20px;
}
}

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.