Hi Max,
I'm running a V8. I installed version 8.0.13 today
I can't figure out how to set the size of the text box /width/.
All my fields come out with a width equal to the whole row.
Greetings
Hristo Sandev - Bulgaria
I'm running a V8. I installed version 8.0.13 today
I can't figure out how to set the size of the text box /width/.
All my fields come out with a width equal to the whole row.
Greetings
Hristo Sandev - Bulgaria
if you need multiple fields on the same row then use the "multi field area", but if you need to just change the field size then use the "Field class" behavior, add a custom class to the field container and style it in a CSS view:
.custom_class{width:50%}
You may also use the Grid area to customize the fields width
You need to login to be able to post a reply.