Mobile version

Can someone help me move the social links? They are not visible when I open the site on mobile. I’ve attached pictures showing how it looks on the mobile version of the theme and

from my phone.

1 Like

@Iozols - can you please share this page link?

https://verdelleskin.com/ its website but u need to open on mobile to see whats wrong.

Hi @Iozols

Just to clarify—you mentioned moving the social links. Did you mean you’d like to move them to a different section, or just move them up a bit so they’re visible when the menu opens? Thanks!

just move them up a bit so they’re visible

Thanks for the clarification. Check this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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: 749px){
.menu-drawer__utility-links {
    padding-top: 0;
}
.menu-drawer__navigation-container {
    height: 90%;
}
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like