dankings Posted November 4, 2019 Share Posted November 4, 2019 Hello, I have this table code that's responsive on another (non squarespace) site: <table class="table_three_cols" style="margin-left: auto; margin-right: auto;"> <tbody> <tr> <td> </td> <td> </tbody> </table> But on SquareSpace the tables aren't responsive and the graphics get squashed... is there any way I can simply change the CSS so as the screen shrinks the table columns drop below each other? Here's the page: https://www.library.co.uk/new-page-2 Dan Link to comment
tuanphan Posted November 4, 2019 Share Posted November 4, 2019 Can you share the responsive table url (to check)? 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
dankings Posted November 5, 2019 Author Share Posted November 5, 2019 Page with a responsive table: https://learnclub.co.uk/articles/table-test The Table Code: <table class="table_three_cols" style="margin-left: auto; margin-right: auto;"> <tbody> <tr> <td> <p align="center"><span style="font-size: xx-large;"><b>people</b></span></p> <p align="center"><img src="/custom/Adjectives/astronaut-1.png" alt="astronaut" caption="false" width="280" height="294" /></p> <p> </p> <p align="center"><span style="font-size: xx-large;"><span style="color: #339900;"><b>astronaut</b></span></span></p> </td> <td> <p align="center"><span style="font-size: xx-large;"><b>places</b></span></p> <p align="center"><img src="/custom/Adjectives/moon-1.png" alt="moon" caption="false" width="278" height="292" /></p> <p> </p> <p align="center"><span style="font-size: xx-large;"><span style="color: #339900;"><b>planet</b></span></span></p> </td> <td> <p align="center"><span style="font-size: xx-large;">and <b>things</b></span></p> <p align="center"><img src="/custom/Adjectives/rocket-1.png" alt="rocket" caption="false" width="280" height="293" /></p> <p> </p> <p align="center"><span style="font-size: xx-large;"><span style="color: #339900;"><b>rocket</b></span></span></p> </td> </tr> </tbody> </table> Link to comment
tuanphan Posted November 5, 2019 Share Posted November 5, 2019 I guess you haven't copied the CSS from learnclub.co.uk Try copy both HTML & CSS 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
dankings Posted November 5, 2019 Author Share Posted November 5, 2019 No I can't access it... I guess you haven't copied the CSS from learnclub.co.uk Try copy both HTML & CSS Link to comment
tuanphan Posted November 6, 2019 Share Posted November 6, 2019 21 hours ago, dankings said: No I can't access it... I guess you haven't copied the CSS from learnclub.co.uk Try copy both HTML & CSS 404 https://www.library.co.uk/new-page-2 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
Archived
This topic is now archived and is closed to further replies.