Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #299033
    Bastien Chilloux
    Participant

    Hi,
    Do you know which CSS code can reduce the horizontal gap between two rows of a column block ?
    Using margin CSS affects the whole block width which I don’t want to change.
    Thank you or your help 🙏🏻
    Website I am talking about : https://bastienchilloux.com/

    #299102
    tikaram
    Keymaster

    @bastienchill: Please try adding the following additional css.

    .wp-block-columns {
    margin-bottom: 0;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to reduce the gap between two rows of a column block’ is closed to new replies.