Solved

View All button not working on home page

toubaby
Excursionist
31 0 7

No link is linked to two View All buttons on the home page. Can someone please help me? Thanks.

Here's the store link: http://toubaby.myshopify.com/

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 732

This is an accepted solution.

Hi @toubaby,

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > base.css and paste this at the bottom of the file:

@media screen and (min-width: 990px){
	.collection.page-width .product-grid .grid__item {
		padding-bottom: calc(3rem + var(--page-width-margin)) !important;
	}
	.collection.page-width .center.small-hide {
		margin-top: 3rem;
	}
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 9 (9)

LitCommerce
Astronaut
2860 684 732

This is an accepted solution.

Hi @toubaby,

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > base.css and paste this at the bottom of the file:

@media screen and (min-width: 990px){
	.collection.page-width .product-grid .grid__item {
		padding-bottom: calc(3rem + var(--page-width-margin)) !important;
	}
	.collection.page-width .center.small-hide {
		margin-top: 3rem;
	}
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
toubaby
Excursionist
31 0 7

Solved. Thank you very much!

niklibby
New Member
4 0 0

Hi,

 

I have the same problem, but this unfortunately did not help. Do you have another idea?

 

Here is the website and under "The collection" no View All-Button works.. https://thewatchpreserve.com 

 

Thanks!

LitCommerce
Astronaut
2860 684 732

Hi @niklibby,

You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
BeatriceS
Visitor
1 0 0

Hi! Your solution worked perfectly on my first featured collection - thank you! But it is not working on my latest featured collection. Help?

LitCommerce
Astronaut
2860 684 732

Hi @BeatriceS,

You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
TieDyeSteve
Visitor
1 0 0

I'm having the same problem, and I've gotten as far as 'Themes', but I'm not seeing the word 'Actions' anywhere...

poshlocal
Visitor
1 0 0

hi! I do not have a "base.css" section under assets. is there another place I can put the code? or do I create a new asset?

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.