Jump to content

Recommended Posts

  • Replies 3
  • Views 678
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

@Inkdave Hi! You can add this code in Custom CSS panel to set a minimum size for the buttons:

#siteWrapper.site-wrapper .sqs-block-button-element {
    min-width: 100px;
}

To set a maximum size:

#siteWrapper.site-wrapper .sqs-block-button-element {
    max-width: 200px;
}

Alternatively, you can set both the minimum and maximum limits using this code:

#siteWrapper.site-wrapper .sqs-block-button-element {
    min-width: 100px;
    max-width: 200px;
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.