I have added a multi field row, but I wish to change the standard width of one of the labels...
Tried to figure it out using load CSS in the On Load part, but no success
The label-id is : nr
I have added this:
Where does it go wrong....
Tried to figure it out using load CSS in the On Load part, but no success
The label-id is : nr
I have added this:
#nr
{ width: 25px !important;
}
Where does it go wrong....
Hi SPABO,
I didn't think that Labels have IDs by default? Please post a link to the form so I can take a quick look.
Bob
I didn't think that Labels have IDs by default? Please post a link to the form so I can take a quick look.
Bob
Hi Bob,
This is the link to the form
http://www.speeltuindeeekhoorn.nl/bereikbaarheidsinfo
Hope you can be of further help
This is the link to the form
http://www.speeltuindeeekhoorn.nl/bereikbaarheidsinfo
Hope you can be of further help
HI SPABO,
It's possible you just need to use a CSS Selector that works.
Bob
It's possible you just need to use a CSS Selector that works.
Bob
No idea what you are saying....
As said, I added the CSS action in the OnLoad tab.
What else can I do...
(And nowhere some examples to find...)
As said, I added the CSS action in the OnLoad tab.
What else can I do...
(And nowhere some examples to find...)
Hi SPABO,
You CSS applies to a element with an id of 'nr'.
The label doesn't have that id so the CSS isn't applied.
Bob
You CSS applies to a element with an id of 'nr'.
The label doesn't have that id so the CSS isn't applied.
Bob
This topic is locked and no more replies can be posted.