Jump to content

Different mobile home page

Recommended Posts

  • Replies 6
  • Views 773
  • Created
  • Last Reply

Top Posters In This Topic

If you use Business Plan, we can redirect to new page when users is on mobile.

If Personal Plan, you can add more images under current, then we will use some code to hide these images on desktop, show them on mobile only.

What do you think?

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
5 hours ago, tuanphan said:

If you use Business Plan, we can redirect to new page when users is on mobile.

If Personal Plan, you can add more images under current, then we will use some code to hide these images on desktop, show them on mobile only.

What do you think?

I think hiding the photos on desktop will work for me - thank you

Link to comment
On 6/30/2021 at 8:56 PM, Rebeccaheywood said:

Okay ive added a gallery block id like to display on the mobile, is there a way to hide the other images on mobile so its just the gallery block?

Hide gallery on desktop, show it on mobile. Is this right?

Add this to Design > Custom CSS

/* hide gallery block on desktop */
@media screen and (min-width:641px) {
div#block-yui_3_17_2_1_1625061220475_41218 {
    display: none;
}
}
/* Hide images under gallery on mobile */
@media screen and (max-width:640px) {
div#page-60916467e7fda145f1b8fa6c>.row:nth-child(n+2) {
    display: none;
}
}

 

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
3 hours ago, tuanphan said:

Hide gallery on desktop, show it on mobile. Is this right?

Add this to Design > Custom CSS

/* hide gallery block on desktop */
@media screen and (min-width:641px) {
div#block-yui_3_17_2_1_1625061220475_41218 {
    display: none;
}
}
/* Hide images under gallery on mobile */
@media screen and (max-width:640px) {
div#page-60916467e7fda145f1b8fa6c>.row:nth-child(n+2) {
    display: none;
}
}

 

Thats worked! 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.