Hi,
Just noticed that the shopping cart is not displaying correctly. Appreciate if you could help take a look. The screenshot is here.
Thank you,
Hi yukanl!
Please add following code to Quick CSS in Enfold theme options
.entry-content td { border: solid 1px #e1e1e1; }
Best regards,
Yigit
Hey!
Please try adding !important to it
.entry-content td { border: solid 1px #e1e1e1!important; }
Then flush your browser cache and refresh the page a few times. You can try adding it to Quick CSS as well
Cheers!
Yigit
Thank you, Yigit.
The border is shown correctly now, however, as you can see, the form is not correctly formatted, the two cells on the left are taking more than half of the width and that leaves remaining four cells (product, price, quantity and total) all squeezed to the right.
Thanks!
Hello!
Please add following code as well
.entry-content td { width: auto!important; }
Cheers!
Yigit
Yigit, that worked!! Great! Thank you so much for the help!
One last thing that I just found, please let me know if you need access as it is related to customer order details, I found the email and telephone information is squeezed all together. please take a look at the screenshot .
Thank you,
Cheers!
Hello!
You are welcome! You forgot to post the screenshot :) And yes, customer login could be good in case we need it
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well.
.woocommerce-account dt { margin-right: 60px; }
As far as i know, there is already a topic about it. And others are already working on it. So please do not redirect from one topic to another one.
Regards,
Yigit
Thank you, Yigit.
Yes, all are fixed now. :)
thanks again.