40
Views
4
Comments
wrap columns
Question
Application Type
Mobile

I am using the columns widget and I have a gutter between them but it seems that when it is using this gutter the columns dont wrap when the size is over, it adds this css:

.columns:not(.gutter-none) > .columns-item{

  min-width:0;

}

2023-10-21 19-42-11
Tousif Khan
Champion

Hello

Have you used these properties correcty

Make sure you have added different behaviors.

And with this much information I can only answer his, if you have different scenario and if you can share more information that would really help community members to understand.

Thanks

Tousif Khna 

UserImage.jpg
Filipe Lourenço

Yes I have the gutter size to Small!!

2022-09-05 08-23-51
Naveen N

@Filipe Lourenço @Filipe Lourenço

.columns:not(.gutter-none) > .columns-item{  min-width: 50px; } 

Try this , it may help you

UserImage.jpg
Filipe Lourenço

Yes , that is redefining the class but what I want to know is why this behaviour, it shouldn't

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