Jump to content

How to adjust the height of blocklayered's contents?


Recommended Posts

Hello Sir/Madam,

Could somebody please kindly teach me how to adjust the height of blocklayered's contents? I do not wish to use scroll bar inside the block. I am using PS1.4.8.3. I have attached the related image together with this post.

 

I tried to look through blocklayered.css to adjust the height, but it is useless. I have no idea which file I should look into to correct this problem. Please give me a hand. Thank you very much.

 

Best regards,

Derox

post-205792-0-41387100-1346504450_thumb.jpg

Link to comment
Share on other sites

  • 1 month later...

I was looking for this too, but just found it:

 

in blocklayered.css change the max-height of #layered_form div div ul:

 

#layered_form div div ul {
max-height: 500px;
overflow-x: auto;
}

 

I changed it to 500, so I have enough space for all my items.

Link to comment
Share on other sites

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...