Skip Navigation

[Resolved] i want to change grid display to flex display

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 11 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2673047
Captura de pantalla 2023-12-12 130127.png
Captura de pantalla 2023-12-12 130157.png

Tell us what you are trying to do?

I was going through the toolset showcases and came across a great example of a view, on this site
hidden link
in my site I have a problem and it is that the grids do not keep the same size but each one has its own size, I want to know how I can solve it. this is my site
hidden link

Is there any documentation that you are following?
no one

Is there a similar example that we can see?
hidden link

What is the link to your site?
hidden link

#2673153

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Can you please try to add the following code to your block view's Custom CSS section:

.tb-grid-column { 
display: flex !important;
} 

More info:
- https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/#steps-for-adding-css-to-a-view