Title: Column width
Last modified: March 4, 2026

---

# Column width

 *  Resolved [visureclic](https://wordpress.org/support/users/visureclic/)
 * (@visureclic)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/)
 * Hi,
 * in the order details section, I’d like to expand the “product” column and reduce
   the “price” column to the right. How can I do this?
 * Thanks
 * Giusy P.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Support [Bruce](https://wordpress.org/support/users/ninjateamwp/)
 * (@ninjateamwp)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841095)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/) ,
 * Thanks for coming.
 * Let me check and determine the CSS for you, I will get back to you as soon as
   possible.
 * Regards.
 *  Plugin Support [mialewp](https://wordpress.org/support/users/mialewp/)
 * (@mialewp)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841321)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/),
   Thanks for
   your patience. Please try using the following custom CSS to achieve your goal.
 * .yaymail_element_head_order_details .yaymail_item_product_title, .yaymail_element_body_order_details.
   yaymail_item_product_content { width: 65% !important; min-width: 65% !important;}.
   yaymail_element_head_order_details .yaymail_item_price_title, .yaymail_element_body_order_details.
   yaymail_item_price_content { width: 20% !important; max-width: 20% !important;}.
   yaymail_element_head_order_details .yaymail_item_quantity_title, .yaymail_element_body_order_details.
   yaymail_item_quantity_content { width: 15% !important; max-width: 15% !important;}
 *  Thread Starter [visureclic](https://wordpress.org/support/users/visureclic/)
 * (@visureclic)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841530)
 * I’ll try.
 * Thanks!
 * Giusy P.
 *  Plugin Support [mialewp](https://wordpress.org/support/users/mialewp/)
 * (@mialewp)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841567)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/),
   Sure, please
   let us know if it works as expected. Many thanks!Mia
 *  Thread Starter [visureclic](https://wordpress.org/support/users/visureclic/)
 * (@visureclic)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841579)
 * Hi,
 * the change works!
 * However, the problem is that the column to the right of Subtotal, Payment Method,
   and Shipping becomes small. How can I set the width of that column?
 * I should also note that the commands in the guide for deleting rows don’t work.
   For example, .yaymail_item_subtotal_title_row { display: none !important; } doesn’t
   work.
 * Thanks
 *  Plugin Support [mialewp](https://wordpress.org/support/users/mialewp/)
 * (@mialewp)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841639)
 * Hello,
   Thanks for your feedback.
 * The column to the right of **Subtotal, Payment Method, and Shipping** follows
   the width of the **Price** column. So you just need to make the **Price** column
   a bit wider. Since this layout is built using a **table**, adjusting one column
   will affect the others.
   Regarding `.yaymail_item_subtotal_title_row { display:
   none !important; }` not working, it’s because the correct class is not being 
   targeted.For example, please try using:
 * .yaymail-order-detail-row-cart_subtotal th{ display: none !important; }
 *  Thread Starter [visureclic](https://wordpress.org/support/users/visureclic/)
 * (@visureclic)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841779)
 * For the Subtotal row, I tried what you wrote, but the price remains. The entire
   row doesn’t delete. Same problem for Shipping: Free Shipping remains.
 * As for the Price column, the YayMail guide doesn’t provide instructions on how
   to expand it.
 * Thanks for assistance.
 *  Plugin Support [Bruce](https://wordpress.org/support/users/ninjateamwp/)
 * (@ninjateamwp)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18841853)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/) ,
 * Sorry, but can you be more specific about what you want? You want to delete or
   expand?
   Thank you
 *  Thread Starter [visureclic](https://wordpress.org/support/users/visureclic/)
 * (@visureclic)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18842269)
 * Hi,
 * I want to delete the “Shipping” row and keep the “Payment Method” row visible.
 * As a result:
 * – for the “Shipping” row, I’d like to know how to delete it
 * – for the “Payment Method” row, I’d like to know how to resize the columns so
   that the “Direct Bank” column is wider.
 * Thanks a lot.
 * Giusy P.
 *  Plugin Support [Bruce](https://wordpress.org/support/users/ninjateamwp/)
 * (@ninjateamwp)
 * [1 month ago](https://wordpress.org/support/topic/column-width-68/#post-18842270)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/) ,
 * Please send a full screenshot showing the template.
 * Thank you.
 *  Thread Starter [visureclic](https://wordpress.org/support/users/visureclic/)
 * (@visureclic)
 * [4 weeks, 1 day ago](https://wordpress.org/support/topic/column-width-68/#post-18843440)
 * hI,
 * CAN YOU GIVE ME AN EMAIL TO SEND THE SCREENSHOT?
 * THANKS
 * GIUSY P.
 *  Plugin Support [Bruce](https://wordpress.org/support/users/ninjateamwp/)
 * (@ninjateamwp)
 * [4 weeks, 1 day ago](https://wordpress.org/support/topic/column-width-68/#post-18843466)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/) ,
 * In that case, you can continue sorting the custom work via our tech support channel:
 * yaycommerce.com/support
 * Regards.
 *  Plugin Support [mialewp](https://wordpress.org/support/users/mialewp/)
 * (@mialewp)
 * [2 weeks, 1 day ago](https://wordpress.org/support/topic/column-width-68/#post-18857527)
 * Hi [@visureclic](https://wordpress.org/support/users/visureclic/),
   Since we have
   completed your requests through email; we would like to close this topic as resolved.
   Please get back to us anytime if you need help. Thank you!

Viewing 13 replies - 1 through 13 (of 13 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumn-width-68%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/yaymail/assets/icon-256x256.gif?rev=2900992)
 * [YayMail - WooCommerce Email Customizer](https://wordpress.org/plugins/yaymail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yaymail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yaymail/)
 * [Active Topics](https://wordpress.org/support/plugin/yaymail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yaymail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yaymail/reviews/)

 * 13 replies
 * 3 participants
 * Last reply from: [mialewp](https://wordpress.org/support/users/mialewp/)
 * Last activity: [2 weeks, 1 day ago](https://wordpress.org/support/topic/column-width-68/#post-18857527)
 * Status: resolved