Maxnewby Posted December 28, 2022 Share Posted December 28, 2022 Hello, I hope you are doing good, I need some help please 🙏 The breakpoint for the tablet is a problem on my homepage, I inserted some CSS to lock my homepage so that it is not scrollable etc. but now I see that on the tablet it looks a bit weird and I would like the Mobile breakpoint to happen on the tablet. Website : https://www.valentinpilate.com/ pasword : TEST Attached you will find some screenshot from the desktop / tablet / Mobile. Thank you in advance. 🖖 Link to comment
tuanphan Posted December 30, 2022 Share Posted December 30, 2022 What should it look like on tablet? Or you want to force mobile layout on tablet? 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
Maxnewby Posted December 31, 2022 Author Share Posted December 31, 2022 Hello Tuanphan. I want to force mobile layout on tablet. Thank you for your help Link to comment
tuanphan Posted January 2, 2023 Share Posted January 2, 2023 On 12/31/2022 at 8:08 PM, Maxnewby said: Hello Tuanphan. I want to force mobile layout on tablet. Thank you for your help Add to Design > Custom CSS @media screen and (max-width:991px) and (min-width:768px) { .fe-6396e4c6c8f60153c43151f5>div { grid-area: unset !important; display: block !important; width: 100% !important; margin-bottom: 20px; } .fe-6396e4c6c8f60153c43151f5 { display: block !important; } .fe-6396e4c6c8f60153c43151f5 .sqs-block-image .design-layout-fluid * { position: relative !important; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment