Skip Navigation

[Resolved] Limit the width of the caption inside a grid cell

This support ticket is created 3 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

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
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9: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: Africa/Casablanca (GMT+01:00)

Tagged: 

This topic contains 6 replies, has 2 voices.

Last updated by martinB-16 3 years, 9 months ago.

Assisted by: Jamal.

Author
Posts
#1710129

And another similar problem:
In a grid cell I have an immage (block alignment left).
Next to it a single field.
It is also displayed correctly in the editor. Not in the front end!
See attachments.

#1710133

Jamal
Supporter

Languages: English (English ) French (Français )

Timezone: Africa/Casablanca (GMT+01:00)

Can you give me more details about this? What content template or view? What URL on the frontend can we see this issue?

#1711369
template.jpg
post.jpg

see hardcopys

#1713619

Jamal
Supporter

Languages: English (English ) French (Français )

Timezone: Africa/Casablanca (GMT+01:00)

Thank you for your feedback. But I am sorry, I do not understand what would you expect?
Can you elaborate more on it?

#1714121
in frontend.jpg
in editor.jpg

hardcopys

#1714795

Jamal
Supporter

Languages: English (English ) French (Français )

Timezone: Africa/Casablanca (GMT+01:00)

Please check now, I fixed this issue with a custom CSS code, added to the content template:

.wp-block-image {
    margin-bottom: 1em;
    width: auto;
}

.wp-block-toolset-blocks-grid-column  .tb-field {
    width: auto; 
}

I hope this is a viable solution for you. Let me know if you have any questions.

#1715249

Thank you. Now that works too.

But it is extremely unsatisfactory to have to seek help from every second project.

They do advertising with "no coding"!

Due to the many additional code snippets, the whole thing is also very confusing.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.