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, 6 months ago by
MOHO.
- AuthorPosts
- August 24, 2018 at 1:22 am #29424
MOHO
ParticipantWhen 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 #29472
WCFM Forum
MemberHi,
This is CSS tweak, you may change those columns width.
Thank You
- August 24, 2018 at 8:53 am #29487
MOHO
ParticipantCould you give me css to solve it?
I’am not good at css custom,thanks.
- August 28, 2018 at 8:43 am #29929
Sayan Naskar
MemberHello,
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 #30002
Sayan Naskar
MemberHello,
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 #30051
Sayan Naskar
MemberHello,
I have updated the CSS in your site. can you check?
Thank You. - August 29, 2018 at 7:53 am #30052
MOHO
ParticipantThis reply has been marked as private. - August 29, 2018 at 8:40 am #30055
Sayan Naskar
MemberHello,
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 #30057
Sayan Naskar
MemberYes, 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 #30058
MOHO
ParticipantGot 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 #30060
Sayan Naskar
MemberYou are most welcome!
- August 29, 2018 at 9:48 am #30068
MOHO
Participantyou could close it, thanks.
- AuthorPosts
- The topic ‘About the layout "Order Items" of single order details’ is closed to new replies.