how do i align the register/login link and instagram icon with the other menu items?
1 Like
Hi @ym1999
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 989px){
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide, a.list-social__link.link {
padding-left: 0px;
}
}
- And Save.
- Result:
thank you very much! can i ask how you figured that out?
1 Like
Mostly the problem of the spaces are the margin or padding.