Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #463093

    Is it possible to make the icon box a fixed height on a specific page?

    #463374

    Hi larrywillisva!

    try this code:

    #top .iconbox {
    height: 150px;
    max-height: 150px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #463492

    Andy,
    I think this will work but it changes all the pages. How do I change just this page?

    #463495

    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?

    #463553

    Hi!

    Please try the code as following one

    #top .iconbox { min-height: 150px; }

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.