• jmp452

    (@jmp452)


    This is a small issue I have with the layout of my site. On the “series” page, there is an odd gap between the top two boxes and the third in each column. Does anybody know the CSS or WordPress settings to play with to fix this? I’ve had this issue since the summer and just put it off but now most other things on the site are finished so coming around to it.

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

Viewing 1 replies (of 1 total)
  • Hi @jmp452,

    I believe this is due to the padding that has been applied.

    You can try using this code:

    .wp-block-group .wp-block-column {
        padding-bottom: 10px !important;
    }

    Feel free to adjust the values per your personal preference.

    I hope this helps, cheers!
    Andrija

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.