Align social icons in main menu

Hi Team
As many others have said thank you for providing outstanding free themes.
I am looking for some assistance in vertically aligning my social media icons that I have in my main menu.
I am using the shortcode in menus and the stag custom side bars app to create a shortcode for the social menu and embed it within the main menu (as per this thread https://colorlibsupport.com/t/align-social-icons-at-the-top-next-to-menu-names/). This all works fine but the alignment from the padding is out of whack and I’m not sure what CSS changes I need to make. My end goal is to have the logo, menu text and icons vertically aligned (center point) while using the least vertical space possible.
Ill create a private reply below with login details to get past the under construction page.
Thanks Again
Damien

Login details as follows
url: www.geelonghockeyclub.com
username: tester
password: l68M1%mouayCOAQeUoVUqS52

Hi Damien,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.navbar-nav > li h3.widgettitle {
    margin-bottom: 0;
}

.navbar-nav > li #menu-social li {
    padding-bottom: 0;
}

Best Regards,
Movin

Thankyou Movin, worked perfectly.

Much appreciated for the quick response

Damien

You are most welcome here :slight_smile: