• Resolved kulius

    (@kulius)


    Hi there,

    so I have to small problem of space in my Footer between for example Adresse and jumbo group smart dry GmbH ass you can see in my screen shot Bildschirmfoto 2023-06-28 um 16.37.56.png. I inspected the issue but could not find the source of that space. Help would be great.

    Thx

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @kulius – there’s a typo in your URL but I found your site via another post you made. ??

    That extra space below your footer-widget headings is coming from this media query:

    Willkommen Jumbo Group Smart Dry GmbH and working file css public

    You can override that with some custom CSS, adjusting the amount of bottom margin as you prefer:

    /* Footer widgets - reduce space below h2 headings */
    @media screen and ( min-width: 700px ) {
        .footer-widgets h2 {
            margin-bottom: 10px;
        }
    }

    Let me know how it goes.

    Thread Starter kulius

    (@kulius)

    Hi there,

    for the first look it looks much better.

    But I would love to do some extra settings.

    As you can see in screenshot footer to do.jpg.

    Would be perfect to move all up a little bit more, and move the Icons and the AGB… to the same height as the h2 headings.

    Is that possible ? I will although have a look on it how ti fix this with css.

    Thx.

    Moderator Kathryn Presner

    (@zoonini)

    Please start a new topic for your new questions and be sure the link to your site is correct. Someone will have a look ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get rid of Footer Space’ is closed to new replies.