merxyz
September 20, 2022, 9:50am
1
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!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
merxyz
September 20, 2022, 6:21pm
4
thanks this looks great! is it possible to have the writing in the menu line up with the boarder as well? or no? cheers
merxyz
September 20, 2022, 6:21pm
5
@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
merxyz
September 21, 2022, 4:44pm
7
@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!