112
Views
2
Comments
Solved
What is the dimension of 1 col?
Application Type
Traditional Web, Mobile, Reactive, Service

Hi All,


I would like to know the dimensions of a column in a container. Could someone help me out please?

2022-07-11 07-49-33
Alka Asnani
Solution

Hi

If the default grid system follows a 12-column layout. 

then the dimension of 1 "col" would be calculated as 

1 col = Total Available Width / 12

For example, if the container has a width of 1200 pixels, then each column (1 col) would have a width of:  

1 col = 1200 / 12 = 100 pixels

So, in this case, 1 col would represent 100 pixels.


Hope this helps 

Thanks


2023-07-14 10-41-01
Gayathri Hariharan

Hi @Alka Asnani ,

Thank you very much for the brief explanation. It was really helpful!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.