Jump to content

Change content only in mobile view

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

22 hours ago, miss-b said:

Site URL: https://www.platformartprojects.com/kinnari-saraiya-project

Hello,

I have embedded 3D content on my site that only works on desktop. Can I change the mobile view to have just an image and a note to view the content on desktop.  https://www.platformartprojects.com/kinnari-saraiya-project password: ks2021.  Also, the embed block is too big for mobile view and distorts the page. Many thanks.

Yes. You can add an image. Then we will give the code to achieve this.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Add to Design > Custom CSS

/* Hide image on desktop */
@media screen and (min-width:768px) {
div#block-yui_3_17_2_1_1624889045872_6496 {
	display: none;
}
}
/* hide embed block on mobile */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1624197545950_28279 {
    display: none;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.