• Resolved stefanjohansson

    (@stefanjohansson)


    Many thanks for a great theme.

    In the footer, I have two text widgets with unequal nb of lines and the vertical alignement is centered rather than top-aligned.

    Could you please advice how to make footer widgets vertically top-aligned with CSS code in the Customizer?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Vytis

    (@bvytis)

    Hi Stefan,

    I know this is a delayed reply but if this question is still relevant – could you please share the URL of your website so we can check the footer and provide requires CSS code to make the change?

    Thanks!

    Thread Starter stefanjohansson

    (@stefanjohansson)

    Thanks.
    Check https://Neobiomics.eu

    Hi @stefanjohansson

    Please try the following custom CSS to Appearance -> Customize -> Additional CSS section

    .footer--row .footer--row-inner .container .row {
        align-items: flex-start;
    }

    Hope it helps

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical align of footer widgets’ is closed to new replies.