Jump to content

Making 2 column desktop view into 1 column on mobile

Recommended Posts

Site URL: https://www.scotteubank.com/

Hi, I would like to have a 2 column desktop view but then only 1 column on mobile for my photo galleries. Is there a way to code this? My website is scotteubank.com and the password to enter is yes1. The first screenshot I have attached is how the desktop looks now. The second screenshot shows how I want the mobile view to look. Right now it is still 2 columns on the mobile view. Thanks!

 

 

Screen Shot 2021-06-02 at 11.46.20 AM.png

Screen Shot 2021-06-02 at 11.46.37 AM.png

Link to comment
  • Replies 3
  • Views 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

21 hours ago, scooter713 said:

Site URL: https://www.scotteubank.com/

Hi, I would like to have a 2 column desktop view but then only 1 column on mobile for my photo galleries. Is there a way to code this? My website is scotteubank.com and the password to enter is yes1. The first screenshot I have attached is how the desktop looks now. The second screenshot shows how I want the mobile view to look. Right now it is still 2 columns on the mobile view. Thanks!

 

Add to Design > Custom CSS

/* Mobile-Homepage-1 column */
@media screen and (max-width:767px) {
body.homepage .gallery-grid-wrapper {
    grid-template-columns: repeat(1,1fr) !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!)

Link to comment
17 hours ago, scooter713 said:

Thanks!! How do I do this to all three of my galleries? Being adventure, earth and lifestyle. I would like to add a home page as well so that messes up the original code.

Use this

/* Mobile-1 column */
@media screen and (max-width:767px) {
.gallery-grid-wrapper {
    grid-template-columns: repeat(1,1fr) !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!)

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.