luisrosety 0 Posted December 6, 2019 Report Share Posted December 6, 2019 Hi all, I have started using W3.CSS and it is really impressing. I would like to arrange the last column of a table as a row at the end of that table but I can't find the way. Any help? Thanks Quote Link to post Share on other sites
dsonesuk 913 Posted December 6, 2019 Report Share Posted December 6, 2019 (edited) With tables you CAN'T! you can't make column in one row a new full width column within another row. That is why they are useless for responsive design. Edited December 6, 2019 by dsonesuk Quote Link to post Share on other sites
luisrosety 0 Posted December 8, 2019 Author Report Share Posted December 8, 2019 Thanks for the reply. I have used a wrong description. I was talking of responsive grid when you arrange cells as a typical table layout. The responsive grid works well stacking groups of columns when viewing with a small screen. But what I would like to do is arranging the last cell column as a row under the first bigger cell. Is it possible with responsive grid? Thanks. Quote Link to post Share on other sites
dsonesuk 913 Posted December 8, 2019 Report Share Posted December 8, 2019 Use identifier selector for last, then use properties grid-column: grid-row: with span with number of rows it should span to. https://www.w3schools.com/css/tryit.asp?filename=trycss_grid_item Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.