Hi !
follow the link - http://i48.tinypic.com/6eoxza.png
I want to set the column width to auto adjust the contents. Please suggest the appropriate changes.
Cheers,SA
Hi !
follow the link - http://i48.tinypic.com/6eoxza.png
I want to set the column width to auto adjust the contents. Please suggest the appropriate changes.
Cheers,SA
Hi shailendra89,
We'll need a bit more information than the screenshot. Is that view from an admin or from a normal logged in user who has placed an order?
Regards,
Devin
Hi Devin !
Its a view from a normal logged in user who has placed an order.
Regards,SA
Hi shailendra89,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.woocommerce-account tr.order .order-number {
width: auto;
}
This will auto adjust the first column which should help space out the rest. If you need to add it to "Ship to" as well, add the following in addition to the above:
#top.woocommerce-account tr.order .order-shipto {
width: auto;
}
Regards,
Devin
This topic has been closed to new replies.