Jump to content

Make three blocks in a row next to each other

Recommended Posts

Posted
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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted
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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

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.