Jump to content

Blog row height is bigger than column width and I want it to be the same

Go to solution Solved by tuanphan,

Recommended Posts

Posted

Hello there

Please could someone help me out with the code to make my mobile blog page look more like this does on mobile:

https://likeshop.me/kinshippets

The attached screenshot shows where I have currently got to. There's a wider row gap and I want it to match the column gap. I also want the blog to be flush with the edge of the screen, again like the website above. 

My site is here:

https://maroon-potato-a9jf.squarespace.com/

pw: ploof

Thanks

Tara

current.png

  • Replies 5
  • Views 441
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Thanks Tuanphan, the blog posts look great now but the footer has extended (see attached screenshot). Do you know how to fix this? It might be some of the code I used originally...

Also is there a way to make the blog on mobile full width? So the three columns go to the edge of the page. 

 

Thank you. 

Screenshot 2024-10-17 at 09.39.58.png

Posted

Page height is too short, so space will appear. You can use this code to add space under 4 items, so footer space won't appear

Or you can add more blog items to cover height of screen, it will fix problem.

To make fullwidth, use this CSS code

@media screen and (max-width:767px) {
.blog-basic-grid.collection-content-wrapper {
    padding: 0px !important;
}
}

 

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!)

  • Solution
Posted
On 10/19/2024 at 2:53 PM, Red_Dot_Design said:

Hi Tuanphan

Ok, last question! It now mostly looks how I want now but the footer space is still there. 

Can you give me code to fix this please? 

Thank you

Screenshot 2024-10-19 at 08.48.30.png

I think you can add about 9 to 12 items, space will disappear

Or use this to Custom CSS box

@media screen and (max-width:767px) {
body.view-list section[data-section-id="66fd6a653cbec66dfc3e6d93"] {
    min-height: 60vh;
}
}

 

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!)

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.