Guest Posted January 20, 2022 Share Posted January 20, 2022 (edited) Site URL: https://doceproductora.com i'm trying to disable mobile responsive design for my website. My website URL is: https://doceproductora.com Edited January 20, 2022 by doceproductora Link to comment
tuanphan Posted January 21, 2022 Share Posted January 21, 2022 Keep same layout for header,Partners, Redes icons Is this right? 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
tuanphan Posted January 22, 2022 Share Posted January 22, 2022 On 1/21/2022 at 11:16 AM, doceproductora said: yes! thanks Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* header */ .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; width: 70% !important; } .header-title { flex: 50% !important; } /* Partners */ div#block-552c427dd67d66b0ebef+.row .span-3 { width: 50% !important; float: left !important; } /* redes */ div#block-62082c7c94cfd6804d5b+.row>.span-2 { width: 16.666% !important; float: left !important; } div#block-62082c7c94cfd6804d5b+.row>.span-8 { width: 66.6668% !important; float: left !important; } div#block-62082c7c94cfd6804d5b+.row>.span-8 .span-2 { width: 25% !important; float: left !important; }} darque_entries 1 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
darque_entries Posted April 12, 2022 Share Posted April 12, 2022 (edited) On 1/22/2022 at 1:26 AM, tuanphan said: Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* header */ .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; width: 70% !important; } .header-title { flex: 50% !important; } /* Partners */ div#block-552c427dd67d66b0ebef+.row .span-3 { width: 50% !important; float: left !important; } /* redes */ div#block-62082c7c94cfd6804d5b+.row>.span-2 { width: 16.666% !important; float: left !important; } div#block-62082c7c94cfd6804d5b+.row>.span-8 { width: 66.6668% !important; float: left !important; } div#block-62082c7c94cfd6804d5b+.row>.span-8 .span-2 { width: 25% !important; float: left !important; }} I'd love some help with this on my site: www.ryanlusteg.com because I would really like to preserve my curation of imagery. Or at the very least be able to control how many columns of imagery are displayed. Thanks in advance! @tuanphan Edited April 12, 2022 by darque_entries Link to comment
tuanphan Posted April 18, 2022 Share Posted April 18, 2022 On 4/12/2022 at 11:58 PM, darque_entries said: Hi, For homepage only or all pages? 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
darque_entries Posted April 21, 2022 Share Posted April 21, 2022 On 4/18/2022 at 1:44 AM, tuanphan said: Hi, For homepage only or all pages? All pages or at the very least be able to make my site work more like this one: https://www.tommedvedich.com/ because I like that it adjusts as the screen gets smaller but it maintains the order of its images better. Hope this makes sense and thank you in advance! Link to comment
tuanphan Posted April 24, 2022 Share Posted April 24, 2022 On 4/22/2022 at 1:37 AM, darque_entries said: All pages or at the very least be able to make my site work more like this one: https://www.tommedvedich.com/ because I like that it adjusts as the screen gets smaller but it maintains the order of its images better. Hope this makes sense and thank you in advance! On mobile/desktop, I see it currently shows Slideshow. You want to change it to layout same as desktop? 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
darque_entries Posted April 26, 2022 Share Posted April 26, 2022 On 4/23/2022 at 11:59 PM, tuanphan said: On mobile/desktop, I see it currently shows Slideshow. You want to change it to layout same as desktop? I'm not totally following you here, I'm sorry. Can you help me better understand? Many thanks! 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