Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

How can I make 5 equal width rows with grid? When I set my grid - number of modules to be 5, third row in the middle is wider than the others? Is there any way to set five equal width rows?

question from:https://stackoverflow.com/questions/65682145/liferay-grid-structure-make-equal-width-rows

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
574 views
Welcome To Ask or Share your Answers For Others

1 Answer

Liferay's grid is based on bootstrap, which provides a virtual grid of 12 possible columns - this way you'll have the option to have fractions like 1/1, 1/2, 1/3, 1/4, 1/6, and 1/12 as the width for a row. 1/5 is not among the options, so you'll have to change at least one row's width (and the grid is flexible, so that you can also change the width of two of two rows)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...