Hi,
in the WooCommerce customer account you can show details of an order (view order). Here the button position seems a bit strange:
Is it possible to make a break after the button and show the customer details below?
Thanks,
Armin
Hey armindoerr!
Thank you for using the theme!
Do you mind if we take a look at the actual account page? I can’t seem to reproduce the same layout on my end.
Regards,
Ismael
Hey Armin!
Can you please order a product and mark it as completed then post the link to the page where we can see the issue? :)
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
p.order-again a {
margin-right: 85%!important;
margin-bottom: 15px!important;
}
Cheers!
Yigit
You are the CSS Master!
One more thing here: Is it possible to have the text of the “Wieder Bestellen” button in one line?
Thanks!
Hi!
I could not get to the page on your website so i simply checked on my local installation. In your screenshot it looks like text inside button is in one line, did it change after adding custom CSS code? If so can you post another screenshot please? :)
Regards,
Yigit
Hi!
Please try adding following code to Quick CSS as well
p.order-again a.button {
min-width: 180px;
}
Best regards,
Yigit
Perfect, thanks!