miss-b Posted July 1, 2021 Share Posted July 1, 2021 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. Link to comment
tuanphan Posted July 2, 2021 Share Posted July 2, 2021 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
miss-b Posted July 2, 2021 Author Share Posted July 2, 2021 Thank you tuanphan, I have added the images now. I look forward to receiving the code. Many thanks Link to comment
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.