• Resolved keress

    (@keress)


    There’s seems to be a glitch at a specific screen width. I want a post grid of ‘Classic 20th Center Quaker Books That Need to Live on” in the right hand column at larger screenwidths. I’ve set it to display one column, but when the width is below about 960px it switches into two columns. I’ve tried to change this with CSS, but nothing is touching it. Why is it giving me two columns when I’ve set it to do only one?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @keress,

    Thanks for writing to us.

    Can you please try adding the following CSS in the Additional CSS section:

    @media only screen and (max-width: 976px){
    .uagb-block-0c9dd8e3.wp-block-uagb-post-grid.is-grid {
    grid-template-columns: repeat(1 , minmax(0, 1fr));
    }
    }

    I hope this solves your issue. Please let us know how this goes.

    Hello @keress,

    It’s been a while since we heard from you. I am going to mark this thread as resolved. Please feel free to open a new thread in case of any other queries.

    Regards.

    Judith.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Grid breaking into columns not requested’ is closed to new replies.