Jump to content

Page getting glitchy on mobile

Recommended Posts

  • Replies 3
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Here is the solution:

.item-pagination[data-collection-type^="portfolio"] {
	display: flex;
	justify-content: space-evenly;
}

#itemPagination a.item-pagination-link{
	padding: 4px 18px 4px 18px !important;
}

Apply this code only in media query with max-width: 428px

Link to comment

Inside Website Tools > custom css

@media only screen and (max-width: 428px) { /* for mobile */

	.item-pagination[data-collection-type^="portfolio"] {
		display: flex;
		justify-content: space-evenly;
	}

	#itemPagination a.item-pagination-link{
		padding: 4px 18px 4px 18px !important;
	}

}


 

Screenshot 2024-01-20 at 7.52.04 AM.png

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.