[Resolved] 35px Padding On “Groups” Content Element

Home Forums Support [Resolved] 35px Padding On “Groups” Content Element

Home Forums Support 35px Padding On “Groups” Content Element

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1505396
    Tobias

    I have an issue where a 35px whitespace is being added on this page:

    https://pro-ledvance.dk

    #1505415
    Elvin
    Staff
    Customer Support

    Hi,

    Can you specify which ones are you trying to remove?

    #1506682
    Tobias

    The ones marked here: https://imgur.com/a/MgNz6S1

    #1506938
    Elvin
    Staff
    Customer Support

    Try adding this CSS code:

    .entry-content > [class*="wp-block-"]:not(:last-child) {
        margin-bottom: 0;
    }

    Here’s how to add CSS – https://docs.generatepress.com/article/adding-css/

    #1506958
    Tobias

    Hi Elvin. It works – thanks very much! ๐Ÿ™‚

    #1507078
    Elvin
    Staff
    Customer Support

    No problem. ๐Ÿ™‚

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