serhan Posted December 12, 2023 Share Posted December 12, 2023 Hey There, I was wondering is someone can give me a hand with making the 'code block' responsive. Currently i have a table with the code block but the table isn't responsive in mobile view. The password is jai123!@# Earvin 1 Link to comment
Ziggy Posted December 12, 2023 Share Posted December 12, 2023 Can you share your website URL and this page? In what way do you want the table to be responsive? Stacking all of the cells in each row? serhan and Earvin 2 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
serhan Posted December 14, 2023 Author Share Posted December 14, 2023 Thanks Ziggy. Here is the URL https://gecko-tomato.squarespace.com/global-fund At the moment, it's cutting out the last row. Ideally, I want to have it all visible. Link to comment
Ziggy Posted December 14, 2023 Share Posted December 14, 2023 5 hours ago, serhan said: At the moment, it's cutting out the last row. Ideally, I want to have it all visible. The only practical way of doing that would be on mobile to make the font size smaller and responsive to the page width and the padding narrower, but this would impact legibility. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
serhan Posted December 15, 2023 Author Share Posted December 15, 2023 Thanks, Ziggy. Would you be able to assist with that code? Link to comment
Solution Ziggy Posted December 15, 2023 Solution Share Posted December 15, 2023 8 hours ago, serhan said: Would you be able to assist with that code? Sure, add this below the rest of the table styling: @media only screen and (max-width:640px) { table.unstyledTable thead th { font-size: 3vw; line-height: 1.2em; vertical-align: bottom; } table.unstyledTable tbody td { font-size: 3vw; line-height: 1.2em; } } Let me know how that goes. Earvin and serhan 1 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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