Jump to content

more than 4 columns in blogs page

Recommended Posts

since the maximum columns for blog page is 4, is there a code for more columns, say perhaps 5?

this is what i tried out, under custom CSS:
 

@media screen and (min-width:600px) {
.blog-basic-grid {
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
	}
}


but the issue is that it alters the number of posts in each page and also the button (next page) at the bottom right is in the middle now.

Link to comment
  • Replies 6
  • Views 1.8k
  • Created
  • Last Reply

Top Posters In This Topic

  • 5 months later...
On 5/3/2024 at 4:54 PM, rosatk said:

@tuanphan sorry - password is : Macron 

 

and the 'episode' page has an extra password that is: test

You can use this code to Website > Website Tools > Custom CSS

@media screen and (min-width:768px) {
.tweak-blog-basic-grid-width-full .blog-basic-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
}

5 = 5 columns

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

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.