Vertical Align Footer Widget in Pro Theme

My website: https://bornfromicerpg.com/

I am trying to vertically align the third widget to the top of the footer, to match the other two widgets. The first two widgets are automatically aligning to the top (I believe because they are legacy widgets).

Thanks!

Hello @lorenthegm,

I would suggest you please add this custom CSS code to the Global CSS.

footer .widget_block h4.wp-block-heading {
    margin: 0;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.