move view all button to middle bottom

move view all button to middle bottom

zhpaly
Visitor
3 0 0

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. Screenshot 2024-11-12 062255.png

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

Hi @zhpaly 

Could you share your store URL so I can check?

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

zhpaly
Visitor
3 0 0
Dan-From-Ryviu
Shopify Partner
12019 2349 2529

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

Screenshot_1.jpg

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

AnneLuo
Shopify Partner
1369 237 279

Hi, @zhpaly 

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

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

zhpaly
Visitor
3 0 0