How can I align this custom section in center

Hey so basically I have a custom section that displays other collections but I wanna align them in the center, does anyone know how can I do it?

https://www.saya.pk/collections/kefi-vol-0123

Hello @Moeed

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

It’s center on desktop now but not displaying properly on mobile

Like the side ones got cut out

Hello @Moeed

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
<style>
.row.collections-slider.five-items {
justify-content: center;
}
</style>

Was my reply helpful? Please Like and Accept Solution. This means alot to me

Still the same problem, it’s displaying properly center on desktop but getting cutout on mobile and not displaying fully

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >custom-style.scss.css and paste this at the bottom of the file:
.row.collections-slider.five-items {
    justify-content: center;
}

I want to center it but only on desktop not on mobile

Found a solution myself