How to resolve margin issue hiding product prices on collection page?

If you scroll down, you will see my last products are hidden by the black bar so the prices are not showing. How to fix this?

1 Like

Hi @ym24

I believe you can contact your theme provider for help. They will have a developer adjust this for you :slightly_smiling_face:

@ym24

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

@LitCommerce

1 Like

@ym24

  1. Go to Online Store->Theme->Edit code
  2. Asset->/style.css ->paste below code at the bottom of the file.
footer.site-footer {margin-top: 50px;}

can you try this code

But now there is a black line that came out.. How to remove this

Hi @ym24 ,

Please add code CSS:

.template-collection .main-content:after{
	border: none !important;
}

Hope it helps!