Featured collection "View all" button not working well

Solved

Featured collection "View all" button not working well

MVUILL
Explorer
67 0 17

Hi there! 

I noticed on hotjar that on desktop my visitors have difficulties on finding the right space to click on the "view all button" for featured collections. Indeed, the button is not fully clickable, it's only possible on the bottom of the button (printscreen). If you click on the text "view all", it doesn't work. Crazy, right?! 

Does anyone know how to improve that ?

 

Here is my website : www.french-address.com

Theme : Dawn 

 

Click on bottom of the bottom OKClick on bottom of the bottom OKClick on the text doesn't workClick on the text doesn't work

 

 

 

 

Accepted Solution (1)

AvadaCommerce
Shopify Partner
3879 839 983

This is an accepted solution.

Hi @MVUILL ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/component-product-grid.css->paste below code at the bottom of the file:

.collection a.button {
    position: relative !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

View solution in original post

Replies 4 (4)

AvadaCommerce
Shopify Partner
3879 839 983

This is an accepted solution.

Hi @MVUILL ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/component-product-grid.css->paste below code at the bottom of the file:

.collection a.button {
    position: relative !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
MVUILL
Explorer
67 0 17

Amazing, it works perfectly, thank you so much!!!

TanmayCreations
Tourist
5 0 4

Unfortunately, it did not work for me in Dawn theme.

Jaqqes
New Member
6 0 0

Hi,

I was having the same problem in the Dawn template. what I did was change from "featured collection" to "product grid" . It seems to be the best solution, as it allows the customer to sort and then the number of pages appears below. Tell me if you need help.