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 ![]()
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
1 Like
- Go to Online Store->Theme->Edit code
- Asset->/style.css ->paste below code at the bottom of the file.
footer.site-footer {margin-top: 50px;}
can you try this code
Hi @ym24 ,
Please add code CSS:
.template-collection .main-content:after{
border: none !important;
}
Hope it helps!

