Have your say in Community Polls: What was/is your greatest motivation to start your own business?

The "View all" text has disappeard a little bit, how do I fix this?

Solved

The "View all" text has disappeard a little bit, how do I fix this?

OneCap
Trailblazer
259 0 35
Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
10261 2039 2110

This is an accepted solution.

Please update code

<style>
.view-all { margin-top: 0px !important; }
h2.hometitle.h4-style.align-center.has-paging.cc-animate-init.-in.cc-animate-complete { float: left; }
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

Hi @OneCap 

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag

<style>
.view-all { margin-top: 0px !important; }
</style>

Screenshot_3.jpg

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

OneCap
Trailblazer
259 0 35

Thanks, but now the "view all" text has been dropped down a little bit in mobile view... 

 

IMG_3172.JPG

suyash1
Shopify Partner
10154 1255 1595

@OneCap - try this

 

@media screen and (min-width:750px){
.view-all{margin-top: 0px !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Dan-From-Ryviu
Shopify Partner
10261 2039 2110

This is an accepted solution.

Please update code

<style>
.view-all { margin-top: 0px !important; }
h2.hometitle.h4-style.align-center.has-paging.cc-animate-init.-in.cc-animate-complete { float: left; }
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.