All things Shopify and commerce
Hi, I am trying to change my items per row to be 2 per row on mobile when using the search bar on my website. Currently it only shows up as 1 per row on mobile. On other themes there is an option to change this but not on Brooklyn theme which is what I am using. I have linked my shop below:
Solved! Go to the solution
This is an accepted solution.
height: 350px;
@media only screen and (min-width: 400px) and (max-width: 590px) {
.medium--one-half {
width: 50%;
height: 350px;
}
}
Hi, do you have the specific code that is needed? I know how to add it, just let me know the specific code & on what part to add it. Thank you.
Hi @tdc757
Edit theme.css
@media only screen and (min-width: 400px) and (max-width: 590px) {
.medium--one-half {
width: 50%;
}
}
Hi, this worked but now there is gaps in between them randomly. How can I fix this?
This is an accepted solution.
height: 350px;
@media only screen and (min-width: 400px) and (max-width: 590px) {
.medium--one-half {
width: 50%;
height: 350px;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025