How to arrange collections into two rows with Booster theme?

Currently using Booster theme - any way of stacking these collections so it’s two rows and 3 collections on each

Shop: TRL Apparel

Password: 100Percent

2 Likes

@TRLapparel

Please enable right click to the store. I am not able to inspect elements of the store.

hello @TRLapparel

do you want to look like this https://nimb.ws/XBya3H

@TRLapparel

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/unicons.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
@media only screen and (min-width: 768px) {
#shopify-section-16283410850b657e22 .col-md-3 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
}

how do i go about doing that? sorry

hello @TRLapparel

please Go to Online Store->Theme->Edit code then go to assets/unicons.css ->paste below code at the bottom of the file.

@media screen and (min-width: 749px) {
#shopify-section-16283410850b657e22 .card--holder {
    flex-basis: 33.33% !important;
    max-width: 33.33%;
}
}

oh yep i found it! shold be all good

1 Like

@TRLapparel

its my pleasure to help us