Jump to content

table layout


envoy

Recommended Posts

Hello, I would like to implement this table layout, see table_layout.jpg. I have assigned different sizes to the table areas via classes. Unfortunately, it does not work if the column widths are different. How can I assign different widths to the columns?

Many thanks and best regards

table_layout.jpg

Link to comment
Share on other sites

It's a table, it's designed to line up columns and rows primarily to mark relationships between data.

If you want to layout page content you can try using CSS grids. It's also possible to build a page with the right structure of CSS flexboxes.

Link to comment
Share on other sites

If you are going to table layout which i don't recommend, I suggest you use more columns as most grid based framework use 10 to 12 grid system, with the 12 given you possibility of 1/4s 1/3s  etc and few more division than the 10 grid system.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...