Re: How do I make the product under Available centered?

Solved

How do I make the product under Available centered?

empiricalarby
Trailblazer
227 1 49

It's already centered on mobile, but I need it to be centered on desktop as well.

https://empiricalwater.com/

Just need that product to be centered. Thanks

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 269

This is an accepted solution.

 

Hi @empiricalarby 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
ul#Slider-template--16302015021307__featured_products {
justify-content: center !important;
}
</style>

PageFlyNoah_0-1693973332095.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Noah
Shopify Partner
1317 233 269

This is an accepted solution.

 

Hi @empiricalarby 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
ul#Slider-template--16302015021307__featured_products {
justify-content: center !important;
}
</style>

PageFlyNoah_0-1693973332095.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

empiricalarby
Trailblazer
227 1 49

Thanks for your help!

Dan-From-Ryviu
Shopify Partner
9148 1830 1865

Hi @empiricalarby 

You can do that by adding this CSS code at the bottom of your base.css file 

.collection ul.grid { justify-content: center; }

Screenshot 2023-09-06 at 11.20.45.png

  

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.