Home › Forums › Support › Disable Tablet Version Of Responsiveness This topic has 5 replies, 3 voices, and was last updated 1 year, 7 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 24, 2020 at 11:57 am #1544997 Tobias Hi, I have some issues on the tablet version of my website, and was thinking if it was possible to “disable” the tablet screen size for responsiveness. So basically I want to show the mobile version for screen sizes smaller than desktop. How do I do this? November 24, 2020 at 12:53 pm #1545055 LeoStaff Customer Support Hi there, Any chance you can link us to the site in question? You can use the private information field. Let me know π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 24, 2020 at 1:15 pm #1545081 Tobias Hi Leo. I have added a link in the private information field. π November 25, 2020 at 6:08 am #1546139 DavidStaff Customer Support Hi there, if the main issue is the Columns, then you can add this CSS: @media (max-width: 1024px) { .wp-block-columns { flex-wrap: wrap; } .wp-block-column { flex-basis: 100%!important; } } This will force single columns on screens below 1024px. You can adjust that size to fit your needs. As a not if you want greater control over your Containers / Columns then you may want to try GenerateBlocks on a future build: https://en-gb.wordpress.org/plugins/generateblocks/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 25, 2020 at 8:14 am #1546556 Tobias Hi David. Thank you – exactly what I wanted! π November 25, 2020 at 8:21 am #1546577 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In