Why did my theme.css code change my Shopify collections images layout?

Molly8
Trailblazer
225 16 31

Hi

I have placed some code to the bottom of my theme.css file and it worked a treat to make my main menu in the header into one line. However, it has also put my collections images into a vertical line on my home page. Please can anyone help?

mollycoddle-meg.myshopify.com

Password - preepi

 

 

 

Replies 2 (2)

UmairA
Shopify Partner
1106 101 225

Hi there @Molly8,

You need to share the code you added to your theme.css file so I may know what exactly caused the issue and help you resolve it. Thanks

 

Molly8
Trailblazer
225 16 31

@media only screen and (min-width: 750px)
{
.medium-up--one-half {
width: 70%!important;
}
}
@media only screen and (min-width: 750px)
{
.medium-up--one-quarter {
width: 15%!important;
}
}