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?
Hello @Moeed
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hello @Moeed
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- 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
I want to center it but only on desktop not on mobile
Found a solution myself


