When a required field is not filled, a black message balloon pops up. This works great, however the lower right corner is not showing (see website, or added screenshot).
Probably the class is overruled. How can I solve this issue?
td.br 16px * 0px
http://www.evo-it.nl/contact
Probably the class is overruled. How can I solve this issue?
td.br 16px * 0px
http://www.evo-it.nl/contact
Hi Jan.
Something is setting the height to 0px - I can't see what is doing that though.
Try adding this CSS to a Load CSS action to see if that fixes it:
Bob
Something is setting the height to 0px - I can't see what is doing that though.
Try adding this CSS to a Load CSS action to see if that fixes it:
.fc-tbx .br{
height: 16px;
}
Note: you may need to add !important after the 16px
Bob
Thanks, Bob!
That solved my problem! The !important wasn't necessary.
Jan
That solved my problem! The !important wasn't necessary.
Jan
This topic is locked and no more replies can be posted.