Title: Remove horizontal scroll
Last modified: November 12, 2023

---

# Remove horizontal scroll

 *  Resolved [patrick2997](https://wordpress.org/support/users/patrick2997/)
 * (@patrick2997)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-horizontal-scroll-2/)
 * How can I remove the horizontal scroll that appears at a lower screen size? I
   tried giving custom width to each of the column but it doesn’t work.
 * For example: If you check the “price” column in the above link, you will find
   that it has a width:52px !important given to it. But it doesn’t do any effect.
   It has a width of 116px.
   Is there another simple way to just disable the horizontal
   scrolling? If not, why can’t I set specific width to each of the columns?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-horizontal-scroll-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Md. Ibrahim Khalil](https://wordpress.org/support/users/mdibrahimk48/)
 * (@mdibrahimk48)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-horizontal-scroll-2/#post-17195058)
 * The horizontal scroll depends on your table width, like the number of columns,
   title width, and content. **Here are some tips:**
 * 1. Shorten title names to decrease width (**[See Screenshot](https://prnt.sc/1_Tdf0Xcyksg)**).
   
   2. Use custom CSS to reduce column width, e.g., for product title (**[See Screenshot](https://prnt.sc/wC0ouZUnMVXO)**).
   3. If your site’s container is 100% width, it’ll fit on your devices (**[See Screenshot](https://prnt.sc/YtXYkAL9zDu3)**).
   4. Use this CSS code to set the width of the product column:
 * `th.wpt_product_title,td.wpt_product_title {`
   `max-width: 200px;``}`
 * `body.wpt_table_body .wpt-wrap table tbody tr.wpt_row>td a.wpt_product_title_in_td{`
   `
   min-width: auto;``}`

Viewing 1 replies (of 1 total)

The topic ‘Remove horizontal scroll’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-table/assets/icon-256x256.png?rev=3522314)
 * [Product Table for WooCommerce](https://wordpress.org/plugins/woo-product-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-table/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-table/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Md. Ibrahim Khalil](https://wordpress.org/support/users/mdibrahimk48/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/remove-horizontal-scroll-2/#post-17195058)
 * Status: resolved