Hello,
I have a logo list option on my website that looks great. However, that same list takes up too much space in the mobile view. How can I remove the logo list section from the mobile view only?
Shalanta
Hello,
I have a logo list option on my website that looks great. However, that same list takes up too much space in the mobile view. How can I remove the logo list section from the mobile view only?
Shalanta
@Shalanta
Share your store url
@media screen and (max-width: 749px) {
.logo-bar__item {
display: none !important;
}
.contain-site-width {
padding: 0px !important;
}
}
Add this in theme.scss
thank you.
@Shalanta
add full code.
@Shalanta
remove padding code.
Hello,
It worked very well, thanks! But was it was still showing a large empty space at the top in the mobile view. I removed the code and the site blew up. I have a huge magnifying glass on my page now…and I don’t know how to remove it. Please help.
Shalanta
remove whole code
@Shalanta
provide me access to your store i will remove it.
if you don’t know.
Ok. How do I do that?
tHANKS
Fixed it!! Thanks so much!!
@Shalanta
Some where you have done mistake.
to ADD IT.