-- HikaShop version -- : latest
Hi All,
i know this question in very easy, but i really can't solve this issue!
I put a cart in article. (Code works perfectly).
But the button is float/align on right! I'd like the button goes on center.
How can i do this?
I've tried this code but it doesn't work!
input.btn,
.btn {
color: #ffffff !important;
background: #323a46 !important;
border: 1px solid #29303a !important;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
border: 0;
align-items: left!important;
}
Thanks in advance
Andrea