How to Center Featured Collection Slider Arrows

How to Center Featured Collection Slider Arrows

HFH
Tourist
4 0 3

I would like to center the navigation buttons under the collection name and on top of the product photos within the featured collection sliders on our main products page, but I cannot find a way to do so within the theme customization page.

Here is what it looks like:
GutGHKk

 

I would like to center the arrows, how can I do that?

Page URL: https://www.highfallscanna.com/collections

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9846 2342 2937

Hi @HFH 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.carousel__navigation-buttons.featured-collection-slider__navigation-buttons {
    justify-content: center !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1737490020631.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

DaisyVo
Shopify Partner
3466 393 476

Hi @HFH ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.featured-collection-slider__meta.carousel__navigation-wrapper > .carousel__navigation-buttons.featured-collection-slider__navigation-buttons {
    justify-content: center !important;
}

Here is the result:

DaisyVo_0-1737504332288.png

 

Please let me know if it works!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

PageFly-Richard
Shopify Partner
4902 1102 1776

This is Richard from PageFly - Shopify Page Builder App

 

Hi @HFH   Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
 .featured-collection-slider__meta .featured-collection-slider__navigation-buttons{
   justify-content: center !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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