Hello,
Thanks, you're right. I managed to target the a inside the div id.
The thing is: all the buttons in the site have the same style, and it with my (limited) knowledge of CSS, I can't center the button.
I tried:
#hikashop_cart_module .uk-button {
margin-left:auto;
margin-right:auto;
}
And:
#hikashop_cart_module .uk-button {
position: relative;
margin: 0 auto;
}
#hikashop_cart_module .uk-button {
text-align: center;
}
But nothing centers the button!
PS: Why is the button not centered by default?? This would allows all to not waste our time with this..