San21
June 8, 2022, 1:35am
1
I added social media icons to the header in the Dawn theme 5.0, and it’s working well. But for mobile, all icons are vertical. For mobile I have the social media inside the menu navigation which is perfect, but I don’t want them to
show for mobile in the header.
https://ez-kaia.myshopify.com
PW: gawldo
Thank you for your help
@LitCommerce
1 Like
@San21
oh sorry for that issue can you try this code
Go to Online Store->Theme->Edit code
Asset->/component-list-social.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
ul.header-list-social.list-unstyled.list-social {display: none;}
}
San21
June 8, 2022, 3:28am
3
Thank you for the quick reply, I cannot see anymore the icons in the menu header which is good, but the icons inside the menu navigation is gone as well, and I would like to have them there. Thanks for your help
1 Like
@San21 - just a little tweak, add .header__icons before css so all code becomes
@media only screen and (max-width: 749px){
.header__icons ul.header-list-social.list-unstyled.list-social {display: none;}
}
1 Like
@San21
yes, please add social media snippet mobile menu that its
San21
June 8, 2022, 3:54pm
6
thank you, it s working, thanks for your help
1 Like
@San21 - welcome, do let us know if you need anything later.
1 Like
MaBa
October 17, 2022, 11:28am
8
Hi, I had the same issue and I tried the code but still the social media icons are visible
Hello,
any idea how to move these social media icons a little bit to the right of the mobile menu?
I have a chat bubble App that covers these icons behind it. So i have to reposition them.
suyash1
November 22, 2023, 3:55pm
10
@My-Wallets - can yo please share your website link?
Thanks for your quick response. I just figured it out myself. It’s fine now :). I have changed the padding from 2rem to 12rem.
It was under:
component-menu-drawer.cs
There under this line:
.menu-drawer__utility-links {
padding: 2rem;
background-color: rgba(var(- -color-foreground), 0.03);
}
suyash1
November 22, 2023, 4:10pm
12
@My-Wallets - perfect, do let me know if yo need any more updates.
1 Like