jonaverill Posted November 17, 2020 Share Posted November 17, 2020 (edited) Site URL: https://www.thebigromance.ie/ Hey all, Forgotten how to do this. I have set mobile breakpoint to 6000px (as client wanted to use a hamburger menu on desktop) However, I want to be able to set tablet to mobile (as desktop padding settings look really bad on an ipad) Could someone help me to force tablet to view the site in mobile mode? Thankshttps://www.thebigromance.ie/ Edited November 17, 2020 by jonaverill more info Link to comment
jonaverill Posted November 17, 2020 Author Share Posted November 17, 2020 Any help guys? Link to comment
tuanphan Posted November 21, 2020 Share Posted November 21, 2020 You mean stack all elements on tablet? Also can you share link to page in screenshot? 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
Kacia Posted November 30, 2020 Share Posted November 30, 2020 Hi all, I have the same question. At 1024px, I'd like my elements to stack the way they do starting at 767px. I've tried doing it using both block IDs and collection IDs with this code: @media screen and (max-width:1024px) { #block-yui_3_17_2_1_1604945843514_49007, #block-yui_3_17_2_1_1604945843514_39257 { width: 100%;} } or @media screen and (max-width:1024px) { #collection-5f4afc600f239b75b2a096cb7 { width: 100%;} } but none of it seems to be working. Any support is appreciated! Website is innersourcehealing.org. Thanks! Kacia Link to comment
tuanphan Posted December 3, 2020 Share Posted December 3, 2020 On 12/1/2020 at 3:41 AM, Kacia said: Hi all, I have the same question. At 1024px, I'd like my elements to stack the way they do starting at 767px. I've tried doing it using both block IDs and collection IDs with this code: @media screen and (max-width:1024px) { #block-yui_3_17_2_1_1604945843514_49007, #block-yui_3_17_2_1_1604945843514_39257 { width: 100%;} } or @media screen and (max-width:1024px) { #collection-5f4afc600f239b75b2a096cb7 { width: 100%;} } but none of it seems to be working. Any support is appreciated! Website is innersourcehealing.org. Thanks! Kacia Can you describe in detail your problem? 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