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
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:
- Go to Online Store->Theme->Edit code
- Asset->/styles.scss.css
- Paste the below code at the bottom of the file & Click Save
@media (max-width: 1024px) {
.refer-a-friend {
display:none!important;
}
}
Hope that helps
Thanks
Thank you this worked like a charm!
1 Like
@mattpermute I am glad the issue is solved.
P.S. great looking website!