Hi
I have one Side-by-Side row with three readonly fields, from each the title is showed on top. They are stretched along the whole side, but actually i want to give them fixed width like 300px. I tried it with a fixed width in Field CSS and also in CSS section with
#sbs_OuterTR_3 input{
width:300px !important;
}
But nothing works, they still have the whole width divided trough three. How can i change this? Because all other Side-by-Side rows are not divided to parts with same width, maybe because they are other field types or not read-only.
Thank you!