What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I align my register/login link and Instagram icon?

Solved

How can I align my register/login link and Instagram icon?

ym1999
Excursionist
23 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
9145 2183 2696

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
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9145 2183 2696

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
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
ym1999
Excursionist
23 1 4

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

Made4uo-Ribe
Shopify Partner
9145 2183 2696

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.