-
AuthorPosts
-
November 24, 2013 at 4:29 pm #192493
hi. there’s a problem with the table under “order-view” … how can i solve it?
take a look: https://dl.dropboxusercontent.com/u/10849118/screenshot.png
thx for help
chris
November 25, 2013 at 5:28 am #192779Hi chrisholemar!
Please give us a link to the actual website. We need to inspect it live.
Best regards,
IsmaelNovember 25, 2013 at 1:45 pm #192911This reply has been marked as private.November 25, 2013 at 6:19 pm #193038Hey!
It does look fine on my end. Please see screenshot here http://i.imgur.com/SUy1eUw.jpg
Cheers!
YigitNovember 25, 2013 at 6:33 pm #193051This reply has been marked as private.November 25, 2013 at 6:40 pm #193055Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab
dt { padding-right: 5px!important; }That should fix it.
Best regards,
YigitNovember 25, 2013 at 6:42 pm #193057This reply has been marked as private.November 25, 2013 at 6:55 pm #193065This reply has been marked as private.November 26, 2013 at 2:48 am #193245Hi,
I’m also having this problem but the Quick CSS didn’t fix it.Thanks,
Neil
November 26, 2013 at 3:03 pm #193436Hey!
Please try adding following code to Quick CSS instead
.customer_details dt { margin-right: 10px; }Cheers!
YigitNovember 26, 2013 at 3:45 pm #193461Hi Yigit,
That fixed it.
Thanks!
Neil
November 26, 2013 at 3:47 pm #193464Hi!
@marrinn You are welcome Neil!
@chrisholemar please try it and confirm that it is working for you as well, so we can mark this thread as resolved :)Cheers!
YigitNovember 26, 2013 at 11:02 pm #193583It fixed the problem initially but then it appeared to regress again. After some further investigation it appears that the setting for .woocommerce-account dt{width:30px; display:block; font-weight: bold;} in wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css is limiting the width of the element to 30px.
I updated the CSS you supplied to the following to resolve it:
.customer_details dt { margin-right: 10px;
width: inherit;}Neil
-
AuthorPosts
- The topic ‘woocommerce order-view’ is closed to new replies.
