Hi, I have managed to sort the ADD TO CART function from the collections page and also the ADDED TO CART function.
I am using the Brooklyn theme but for some reason the - 1 + Qty part of the add to cart is not centralised.
Does anyone know how I can fix this please?
Hi @joshdavies1988
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Hi
Thanks for the reply.
https://islelovesweets.co.uk/
Password: feiffo
Hope this helps.
Hi @joshdavies1988 .
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can go to Online store => themes => actions => edit code and add this code on file theme.scss.css or timber.scss.css
.js-qty, .ajaxcart__qty{
left: 105px;
}
Hope this answer helps.
Best regards,
Richard | PageFly
Hi @joshdavies1988
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid
.grid-product__wrapper .js-qty {
margin-left: auto;
margin-right: auto;
}
Thank You ! That worked and sorted the issue 