How to Center Featured Collection Slider Arrows

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:

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

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

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;
}

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

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:

Please let me know if it works!

Best,

Daisy

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


Hope my solution will help you resolve the issue.

Best regards,

Richard | PageFly