Jump to content

[Share] How to show Video Page 2 Columns on Mobile

Recommended Posts

To make Video Page 2 columns on Mobile, you can use these CSS code to Custom CSS box.

If you can't make it work, you can send link to Video Page, I will check again.

#1. All Video Pages

@media screen and (max-width:767px) {
.lessons.collection-content-wrapper .list-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    display: grid !important;
    grid-gap: 10px 10px !important;
}
}

image.png.aa4c85cb9ff5bc3b3cf2a28167e6bcd3.png

#2. Specific Video Page

First, you need to find Video Page ID.

In my example, we will have: #collection-669926b46c2b452c0a26edbf

image.png.08d78e979cb13e3357efe70698c3fbef.png

Next, use this CSS code

@media screen and (max-width:767px) {
#collection-669926b46c2b452c0a26edbf .lessons.collection-content-wrapper .list-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    display: grid !important;
    grid-gap: 10px 10px !important;
}}

image.png.79d90c8e9f5431da3584670135a6fdd6.png

#3. Result

image.thumb.png.3849682b28dd03dd17bd430b05bfef16.png

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
  • Replies 0
  • Views 273
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.