Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › About the layout "Order Items" of single order details
- This topic has 14 replies, 3 voices, and was last updated 6 years, 2 months ago by MOHO.
- AuthorPosts
- August 24, 2018 at 1:22 am #29424MOHOParticipant
When vendor view their order will go this page
/admin/orders-details/oooo/There are five columns
Item, Cost, Qty, Shipping, Total, Commission
in Order Items areaI think Item column is too wide then other columns, so it must change for layout.
How could i make a little wider move left?
thanks.
Attachments:
You must be logged in to view attached files. - August 24, 2018 at 7:25 am #29472WCFM ForumMember
Hi,
This is CSS tweak, you may change those columns width.
Thank You
- August 24, 2018 at 8:53 am #29487MOHOParticipant
Could you give me css to solve it?
I’am not good at css custom,thanks.
- August 28, 2018 at 8:43 am #29929Sayan NaskarMember
Hello,
Below is the CSS code to fix the column width of the order table.
#wcfm-main-contentainer .woocommerce_order_items {
table-layout: fixed;
}
#wcfm-main-contentainer .woocommerce_order_items .item {
width: 40%;
}
#wcfm-main-contentainer .woocommerce_order_items .item-thumb {
width: 6%;
}
- August 28, 2018 at 2:29 pm #29965
- August 28, 2018 at 8:17 pm #30002Sayan NaskarMember
Hello,
Can you add the following CSS and see if it solves the issue?
@media only screen and (max-width: 850px) {
#wcfm-main-contentainer .woocommerce_order_items {
table-layout: auto;
}
}
- August 28, 2018 at 8:46 pm #30010
- August 29, 2018 at 7:51 am #30051Sayan NaskarMember
Hello,
I have updated the CSS in your site. can you check?
Thank You. - August 29, 2018 at 7:53 am #30052MOHOParticipantThis reply has been marked as private.
- August 29, 2018 at 8:40 am #30055Sayan NaskarMember
Hello,
I think you are already connected to our official email id and Skype. It will be much easier to manage all communication from one single id. I will be there answering your queries from there. Hope that’s ok with you. 🙂Thank You.
- August 29, 2018 at 8:55 am #30057Sayan NaskarMember
Yes, I am a member of WCfM team. You can contact any WCfM contacts address as always to reach me :).
Thank You.
- August 29, 2018 at 9:07 am #30058MOHOParticipant
Got it! i will
This is first time, not WCfM account to reply me ^___^
Thanks for your quick and pro support.
- August 29, 2018 at 9:25 am #30060Sayan NaskarMember
You are most welcome!
- August 29, 2018 at 9:48 am #30068MOHOParticipant
you could close it, thanks.
- AuthorPosts
- The topic ‘About the layout "Order Items" of single order details’ is closed to new replies.