How can I delete the logo list from mobile view only?

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

1 Like

@Shalanta
Share your store url

1 Like

Oops. emoriejordon.com or emoriejordon.myshopify.com

1 Like
@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.

1 Like

@Shalanta
remove padding code.

1 Like

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

1 Like

@Shalanta
provide me access to your store i will remove it.
if you don’t know.

Ok. How do I do that?

1 Like

tHANKS

Fixed it!! Thanks so much!!

1 Like

@Shalanta
Some where you have done mistake.
to ADD IT.