[Resolved] mobile problem: to much space between block grid

Home Forums Support [Resolved] mobile problem: to much space between block grid

Home Forums Support mobile problem: to much space between block grid

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #971340
    Katharina

    Hi,
    was wondering if you could help me.
    I created a grid page with 4 horizontal blocks and at least 20 vertical blocks. -> like table style.
    The desktop version looks great. But the Mobile version shows way to much space between all the blocks. Padding and margin are set 0.

    Is there a way to adjust the mobile view to smaller the white space between the blocks?

    Thanks

    #971387
    David
    Staff
    Customer Support

    Hi there,

    the Kadence blocks add a 30px vertical gutter on mobile, you can remove that with this CSS:

    @media (max-width: 767px) {
        .kt-v-gutter-default>.wp-block-kadence-column {
            margin-bottom: 0px !important;
        }
    }
    #972705
    Katharina

    Thank you David,
    works perfect!

    #972706
    Katharina

    Thank you!

    #972906
    David
    Staff
    Customer Support

    Glad to be of help.

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