Move arrow to right side

Solved

Move arrow to right side

Digital_Imran
Shopify Partner
289 2 42

Hello everyone! I'm currently using the Impact theme, and I've noticed that an arrow appears on the left side when I hover over the collection list on the homepage.

I'd like to move this arrow to the right side, but there doesn't seem to be an option in the theme settings to do this. Could anyone provide me with the code to move the arrow to the right?
I've included the store URL and a screenshot below.
Thank you! in advance 🙂 

 

Store URL: https://myperfectwear.com/

 

screenshot.JPG

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Accepted Solution (1)

DaisyVo
Shopify Partner
4277 469 561

This is an accepted solution.

Hi @Digital_Imran 

 

I hope you are well. You can follow my instructions below:

 

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/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code part for Step 3: 

 

 

.collection-card__content-wrapper > svg {
    position: absolute ! IMPORTANT;
    right: -150%;
    bottom: 50%;
}

 

 

image (8).png

 

Please let me know if it works. Thank you!

 

Best,

Daisy - Avada Support team.

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

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4277 469 561

This is an accepted solution.

Hi @Digital_Imran 

 

I hope you are well. You can follow my instructions below:

 

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/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code part for Step 3: 

 

 

.collection-card__content-wrapper > svg {
    position: absolute ! IMPORTANT;
    right: -150%;
    bottom: 50%;
}

 

 

image (8).png

 

Please let me know if it works. Thank you!

 

Best,

Daisy - Avada Support team.

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
Digital_Imran
Shopify Partner
289 2 42

Thank you so much . It works 

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.