Jump to content

Make three blocks in a row next to each other

Recommended Posts

1 hour ago, SolveigTraeet said:

Site URL: https://www.queenofsol.com/music

Hi!

I need some help making the three blocks that you can see on my music page, to appear in a row next to each other on mobile version. I also want these blocks to be smaller on laptop/computer version.

Can anyone help me with this? 🙂 

smaller, too big now.png

three in one row - next to each other.png

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  #block-yui_3_17_2_1_1610638258061_22611 + .row > .col {
    width: 33.33% !important;
    float: left !important;
  }
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

My testing on mobile

image.png.da0812433552f24e09db39e915f5d069.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
51 minutes ago, SolveigTraeet said:

@bangank36 Can you help me make the three blocks smaller on computer version? they are too big. 

Try 

#block-yui_3_17_2_1_1610638258061_22611 + .row {
  display: flex;
  justify-content: center; 
}

#block-yui_3_17_2_1_1610638258061_22611 + .row > .col {
  width: 30% !important;
}

Let me know how it works on your site

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

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.