It’s best to post a url so we can help you.
Hi there,
The alignment is heavily dependent on the theme CSS to check what’s possible in terms of overriding that with additional custom CSS. With this in mind, can you share a URL where that quantity field is misaligned?
Hi!
Thank you for your reply! So this is where the quantity and the add to cart button is not centered.
http://tintruc.info/sanpham/dlu-5490n-7-dlu-5490n/
You could add a little CSS to move that to center.
For Desktop you could use:
.summary.entry-summary .cart{
margin-left:30% !important;
}
For Mobile I’d stick with maybe 15 to 20:
.summary.entry-summary .cart{
margin-left:20% !important;
}
Thank you, it worked perfectly!