Skip Navigation

[Resolved] Text alignment- Left align a Repeating Field

This support ticket is created 4 years, 6 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)

This topic contains 4 replies, has 2 voices.

Last updated by Jamal 4 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#1976255

I dont see the text alignment options for the repeating field. For example the single field has that option in typography or style settings. It seems simple but do you know how i can do this?

#1976583

Hello and thank you for contacting the Toolset support.

Indeed, the repeating field does not include any alignment controls. As a workaround, you can add a CSS class or CSS id to the block in the Advanced section hidden link
Then add some custom CSS to align it. For example, for an "align-left" class, you can add the following CSS:

.align-left {
  fload: left;
}

Let me know if this works for you. And if you want me to file this as a feature request.

#1978835

Thanks Jamal! Yes please file this as a feature request - it seems like something that might be quite easy to add on and would greatly help us non-technical folks on the front end.

#1979509

I escalated this feature request to our 2nd Tier for evaluation and escalation. I'll keep you updated about it.

However, I would like to help in implementing a workaround such as the CSS I suggested earlier. Let me know if you need help with it. Otherwise, please mark this ticket as resolved and I'll inform you when the feature is added to the development board.

#1985609

The feature request is now escalated to the developers. Let me know if you need help with the workaround.