nicolas wrote: Hi,
As explained in the link I gave you, you can check the HTML of the area you want to move with the developer tools of your browser. There, you'll be able to easily find the class you want to use in your custom CSS.
The link also explains where you can add the custom CSS you'll want to add.
I can't say anything more precise. Otherwise, I would need you to provide information on how to look myself at that page on your website to do what I described above with the developer tools on my browser.
I've identified these lines:
class="hikashop_cart_button" id="hikashop_checkout_next_button"
class="hikashop_cart_button" id="hikashop_checkout_shopping_button"
I add:
a.hikashop_cart_button {
text-align: right;
}
But nothing is changed