Jump to content

Recommended Posts

Posted

Since this is a custom widget by IBI, it probably decides the height using a CSS stylesheet. You could probably override the height that they defined, if you can find out which style property on which CSS class defines it (using the developer tools in your web-browser).

If you then include your own CSS file as well, you can override the precise combination of #subdivisionId.ibiCssClass { height: 9000px !important; } (substitute with your findings).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...