manually adjusting the accordion height
  • Hi,

    I've turned off auto-height on the accordion but still the areas are too tall. Is there any way to manually shorten them?

    cheeers
  • You can with some css, but results(animation particularly) could be little unpredictable. With firebug or chrome inspector - Find out the ID attribute of accordion panel. It's usually stripped out text of corresponding header.


    #accordion_panel_id { height : 200px !important; }
  • I'm gonna cheat and use negative margins within the html of the page. Can't be dealing with cross-browser madness. Cheers.
Start a New Discussion

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion