How can I fix my main menu code affecting collections images layout?

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

1 Like

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

@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;
}
}