move view all button to middle bottom

I was trying to move the VIEW ALL button into middle bottom. I tried to follow some instruction here but the codes are not working.

Hi @zhpaly

Could you share your store URL so I can check?

Hi, @zhpaly

Can you share your store url so that I can assist you?

https://pawtternsandclawttons.com/pages/shop

Here’s the link

https://pawtternsandclawttons.com/pages/shop

here’s the link

Please add this code to Custom CSS in Online store > Themes > Customize > Theme settings

#shopify-section-template--18488493015289__featured_collection_yTegtQ .section section--full-width {
position: relative;
}
#shopify-section-template--18488493015289__featured_collection_yTegtQ .section section--full-width .filler-right.styled-links {
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-50%, 0px);
}
@media (max-width: 749px) {
#shopify-section-template--18488493015289__featured_collection_yTegtQ .section section--full-width .filler-right.styled-links {
bottom: 10px;
}
}