Is it possible to make the icon box a fixed height on a specific page?
Hi larrywillisva!
try this code:
#top .iconbox {
height: 150px;
max-height: 150px;
}
and adjust as needed.
Cheers!
Andy
Andy,
I think this will work but it changes all the pages. How do I change just this page?
I actually figured how to just affect the one page and it works but…
It will crop the height of boxes that are larger than the set pixels, but it will not increase the size of boxes that are smaller than the set pixels. I want the boxes to be all the same size regardless of the content. Can this be done?