Shopify themes, liquid, logos, and UX
Hello,
I am having some formatting issues with my header menu, I need the 'refer a friend' tab on the header to be removed when the user is on an ipad or tablet.
Please refer to the attached image for reference
shop link: french-bazaare.myshopify.com
Let me know if there is an easy way to fix this!
Thanks
MM
Solved! Go to the solution
This is an accepted solution.
Hi,
Try adding this code to the bottom of style.scss.css
@media only screen and (min-width:769px) and (max-width:899px){
.refer-a-friend {
display: none;
}
}
This is an accepted solution.
Hi,
Try adding this code to the bottom of style.scss.css
@media only screen and (min-width:769px) and (max-width:899px){
.refer-a-friend {
display: none;
}
}
Hi @mattpermute ,
Hope you are well.
Please follow the below steps:
@media (max-width: 1024px) {
.refer-a-friend {
display:none!important;
}
}
Hope that helps
Thanks
Thank you this worked like a charm!
@mattpermuteI am glad the issue is solved.
P.S. great looking website!
User | RANK |
---|---|
121 | |
91 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022