You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
For example, in category view we have 3 cards in a row.
So we use HTML code for that: <div class="g-block size-33 padding2">
In this case, we get 3 cards in a row with these breakpoints: 75rem, 60rem, 48rem.
And then, we get 1 card in a row if screen width less than 48rem.
How to show 2 cards in a row in 60rem and 48rem breakpoints?
We need 3,2,1 cards in a row depending on current screen width.
This is how we can do it with bootstrap: <div class="col-lg-4 col-md-6 col-12 mb-4">
The text was updated successfully, but these errors were encountered:
Hello.
![2024-12-15 15-53-43](https://private-user-images.githubusercontent.com/6747127/395866720-d5cf7739-9280-4e65-adca-8bd84b754e8c.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDI1MDgsIm5iZiI6MTczODk0MjIwOCwicGF0aCI6Ii82NzQ3MTI3LzM5NTg2NjcyMC1kNWNmNzczOS05MjgwLTRlNjUtYWRjYS04YmQ4NGI3NTRlOGMuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTUzMDA4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjY4YmE2N2JmNGY1OTNhNGNmNTZhZGNiMTQ3NGZhMzRlYTI3NjM3ODY1ZTMzNTgwYzgwZDA1YTBjYjY3ZjEwYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Qs0AHuMv02R1m3PdNcqaJgUHBwaeds0CTDekIxjqD5Y)
For example, in category view we have 3 cards in a row.
So we use HTML code for that:
<div class="g-block size-33 padding2">
In this case, we get 3 cards in a row with these breakpoints: 75rem, 60rem, 48rem.
And then, we get 1 card in a row if screen width less than 48rem.
How to show 2 cards in a row in 60rem and 48rem breakpoints?
We need 3,2,1 cards in a row depending on current screen width.
This is how we can do it with bootstrap:
<div class="col-lg-4 col-md-6 col-12 mb-4">
The text was updated successfully, but these errors were encountered: