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?
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.
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.
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.
The feature request is now escalated to the developers. Let me know if you need help with the workaround.