Site logo

[Resolved] content boxes

Home Forums Support [Resolved] content boxes

Home Forums Support content boxes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #685211
    Mike

    Please excuse me

    For a question having nothing to do with the theme?

    I am using the Lightweight Grid Columns plugin which makes life easy for columns, and

    I use this css to make content boxes ant it works great inside the grid columns — except — I need the content boxes to be the same length, no matter the content.

    Here’s an example https://standingtowork.com/29-2/

    and the css https://standingtowork.com/43-2/

    Or even if there’s a better way for me to do this…https://www.productexpert.com/gifts-for-runners/

    I don’t really know whether to attempt to make the columns come out even or the css boxes?

    I would definitely appreciate any words of wisdom you could offer

    Thanks
    Mike Mahaffey

    #685247
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS instead for your current set-up:

    .inside-grid-column {
        height: 100%;
    }
    
    .content-box-gray {
        border: 1px solid #28B914;
        background: #F9F9F9;
        height: 100%;
    }
    
    .content-box-gray .content {
        overflow: hidden;
        padding: 10px;
        font-size: 17px;
        border-top: none;
        color: #111111;
    }
    
    .content-box-gray .title {
        line-height: 30px;
        background: #28B914;
        font-size: 18px;
        font-weight: bold;
        font-family: verdana;
        display: block;
        color: #ffffff;
        display: block;
        padding: 10px;
        border: 1px solid #28B914;
        border-bottom: none;
    }
    #685266
    Mike

    David

    I just can’t tell you how much I appreciate your help.

    I generally have no idea what I’m doing, but have spent hours googling for the answer to no avail.

    I really appreciate your help

    Mike Mahaffey

    #685328
    David
    Staff
    Customer Support

    Thats awesome Mike. We’re more than happy to help with HTML and CSS 🙂

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