Hamburger menu alignment problem

Solved
ym1999
Excursionist
17 1 4

IMG_5876.png

 how do i align the register/login link and instagram icon with the other menu items?

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4121 944 1151

This is an accepted solution.

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:
  • Made4uoRibe_0-1698011096933.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 3 (3)
Made4uo-Ribe
Shopify Partner
4121 944 1151

This is an accepted solution.

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:
  • Made4uoRibe_0-1698011096933.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


ym1999
Excursionist
17 1 4

thank you very much! can i ask how you figured that out?

Made4uo-Ribe
Shopify Partner
4121 944 1151

Mostly the problem of the spaces are the margin or padding. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com