How can I align text with the first menu option on my homepage?

hey there, does anyone know how to get all of the text aligning with the first option on my side menu? (which is the homepage/business name) - i have drawn on some screen shots below to show what i mean. everything is out of alignment and i would like it all to match is possible,

cheers

Hi @merxyz ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

#MainContent>.hr--border-top {
    display: none !important;
}

Hope it helps!

@merxyz

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

thanks this looks great! is it possible to have the writing in the menu line up with the boarder as well? or no? cheers

@LitCommerce thanks this looks great! is it possible to have the writing in the menu line up with the boarder as well? or no? cheers

Hi @merxyz ,

Where do you want to add it? Please send me screenshot, I will check it for you

@LitCommerce thanks! I basically just want the menu links to line up with the top border, please see screen shot below

Hi @merxyz ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.site-nav__item:first-child .site-nav__link {
    padding-top: 0 !important;
}

Hope it helps!

@LitCommerce thanks!! :slightly_smiling_face: