• Hi there,

    I am having a small problem with the three column responsiveness. What I would like is a collapsable content area with three boxes in it. No problem there. Works prefect! I adjusted the background color, padding and margins. Still works. However if I adjust my screen, it jumps from 3 horizontal boxes to two horizontal boxes with one underneath to three vertical boxes. I want to skip that middle step. I am using a background color and it just doesn’t look right to me 🙂

    You can try here, click the small arrow underneath photo

    Custom css

    .ezcol-last {
    background-color: #f6f6f6;
    padding: 2%;
    font-size:.928571rem;
    line-height:1.84615;
    }
    
    .ezcol-one-third {
    width: 33.333% !important;
    padding: 2%;
    }
    
    .ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
    float: left;
    margin-right: 0% !important;
    background-color: #f6f6f6;
    font-size:.928571rem;
    line-height:1.84615;
    }

    Thanks in advance!

    https://wordpress.org/plugins/easy-columns/

  • The topic ‘Three columns behaviour / responsiveness small issues’ is closed to new replies.