Tiny_Coast Posted January 16, 2022 Share Posted January 16, 2022 Site URL: https://tinycoastdigital.com/webdesign Hello! I have a simple table on my web design page and it works well on desktop and mobile, but not on tablet. https://tinycoastdigital.com/webdesign I've been trying to adjust some css, but not having any success. The table is designed using markup - on tablet, rather than adjusting to the screen size and pushing into vertical columns, the tables get very long and skinny, and the text gets quite jumbled. Any help would be very appreciated. Thanks in advance!! 🙂 Here's the table: 🌊 Tiny Coast Digital | Digital Marketing & Web Design 🌊 Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 You can consider stacked these items on Tablet with this CSS /* Stacked webdesign boxes tablet */ @media screen and (max-width:991px) and (min-width:768px) { .user-items-list-item-container[data-section-id="61e3ae2f2036f06114e81332"] { grid-template-columns: repeat(1,1fr); } } 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