Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with InfoGrid Re: Problem with InfoGrid

#83705
Mottie
Member

Hi ppr!

Try adding this css, modify the max-height to your preferred value

.info-col dd {
max-height: 100px;
overflow-y: auto;
}