Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @durrmann!

    Thanks for choosing Neve!

    Please provide the URL to your site so we will be able to give you the CSS code targeted specifically to your site.

    Thank you and have a nice day!

    Thread Starter durrmann

    (@durrmann)

    Thank you for your support, but the site is not yet online. Can you give an example of the CSS code? E.g. for Footer Top/Main/Bottom?

    Hi @durrmann!

    Please try to insert the code below in the Additional CSS section within the Customizer. It should align all the widgets to the top of the footer row they are placed on, regardless it’s type(top/main/bottom).

    .hfg-item-v-middle {
        align-self: unset !important;
    }

    Let me know how this worked for you!

    Have a nice day!

    Thread Starter durrmann

    (@durrmann)

    Hey,

    thank you!
    You pointed me in the right direction. The following did the trick:

    .hfg-item-v-middle {
        align-self: flex-start !important;
    }

    The unset option left one of the widgets unaligned.

    Thank you very much!

    Great, I’m happy to hear the widgets are aligned now. Thanks for letting me know!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to top align footer sections’ is closed to new replies.