17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1062 Views |
-
Help pls

5 November 2008 at 6:26am Last edited: 5 November 2008 6:26am
does anyone knows what to insert in calendar css (userformbuilder) to preserve an width of 150px,
mine is going away on right, see img attached
-
Re: Help pls

5 November 2008 at 10:56am
Hi there,
The CSS for setting a width is width: 150px;
So, if your calendar div was #calendar, you'll need to the the following:
#calendar{
width:150px!important;
}If that already appears, then maybe adding the !important before the semicolon might help, or alternatively setting the max-width element in the CSS.
Hope that helps.
Gareth
| 1062 Views | ||
|
Page:
1
|
Go to Top |


