Jump to content

Change content only in mobile view

Recommended Posts

  • Replies 3
  • Views 448
  • Created
  • Last Reply
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.