Hi, I want to format div with behaviour like row and col class in bootstrap. This snippet is the example:
<div class="row">
<div class="col-4">1,8K posts</div>
<div class="col-4">3,3K followers</div>
<div class="col-4">0.7K following</div>
</div>
This topic has 2 replies, 2 voices, and was last updated 1 weeks ago ago by Luca Rossi
Hi, I want to format div with behaviour like row and col class in bootstrap. This snippet is the example:
<div class="row">
<div class="col-4">1,8K posts</div>
<div class="col-4">3,3K followers</div>
<div class="col-4">0.7K following</div>
</div>
Dear @toba,
Thank you for your inquiry.
While CSS columns are available as shown in your example, we recommend trying the CSS Flexbox container for greater flexibility and control. You can find more information and examples at the following link:
https://www.w3schools.com/css/css3_flexbox_container.asp
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up