Solved

How Can I Make The "View All" Button Fully Clickable in Dawn Theme?

PeterMantu
Excursionist
15 2 3

I know that my question seems a bit odd but I would really like to make 'this' button fully clickable. It seems like part of it is not clickable and this is not good at all! Can someone help me please? See image below and follow this link to test the button yourself.

Make clickable.png

 

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/
Accepted Solution (1)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@PeterMantu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.center {
    position: relative !important;
    z-index: 1 !important;
}



Kind regards,
Diego

View solution in original post

Replies 3 (3)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@PeterMantu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.center {
    position: relative !important;
    z-index: 1 !important;
}



Kind regards,
Diego

PeterMantu
Excursionist
15 2 3

@diego_ezfy Thanks, this worked.

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/

ThomasBorowski
Shopify Expert
803 71 239

Seems to be an error in Dawn. GitHub issue: https://github.com/Shopify/dawn/issues/761

★ Smart Upgrades, Tips and Tutorials for Shopify themes: cartpunk.com
Did my solution work? Help other Community members easily find the correct solution and apply it to their own stores by marking it as the Accepted Solution and giving it a Thumbs Up