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 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
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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment