Title: Simple Table Manager
Last modified: February 1, 2022

---

# Simple Table Manager

 *  Resolved [biglam](https://wordpress.org/support/users/biglam/)
 * (@biglam)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/)
 * Display this table on a page or post
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsimple-table-manager%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15316177)
 * Sorry, that’s not a feature of Simple Table Manager. STM is admin-side only.
 * You could use STM to export your table in CSV format, and then import it into
   a plugin like TablePress:
    [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)
 * Use the TablePress shortcode to show the table on a page or post.
    `[table id
   ="1"]`
 *  [niranjan9431](https://wordpress.org/support/users/niranjan9431/)
 * (@niranjan9431)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15319046)
 * [@lorro](https://wordpress.org/support/users/lorro/) `Theme: blocksy
    Builder:
   Elementor I put Featured Products shortcode (4 columns limit 4). [featured_products
   per_page=”4″ columns=”4″ ] Problem: Responsive mode “breaks” the columns, i.e.
   it shows 3 products(columns) in one row, then the last one appears on the next
   row. Smth like this: X X X X
 * I added CSS to make it 2 columns in mobile mode,but again, it “throws”
    the 4th
   product to a new row, like: X X X X
 * How in Responsive mode I can make it look like?:
    X X X X` can you help me with
   this bro [https://webart.unaux.com/](https://webart.unaux.com/)
 * i use your given code that you gave to other user `@media only screen and (max-
   width: 480px) {
    .woocommerce .products.oceanwp-row.mobile-3-col .product:nth-
   child(3n+1) { clear: none !important; } }` this one is not working on blocksy
    -  This reply was modified 4 years, 4 months ago by [niranjan9431](https://wordpress.org/support/users/niranjan9431/).
 *  Plugin Author [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15319385)
 * [@niranjan9431](https://wordpress.org/support/users/niranjan9431/)
    Looks OK 
   from here so maybe your cache cleared. However, this is the forum only for the
   Simple Table Manager plugin, so I think you’ll need to ask at the Blocksy forum:
   [https://wordpress.org/support/theme/blocksy/](https://wordpress.org/support/theme/blocksy/)
 *  [niranjan9431](https://wordpress.org/support/users/niranjan9431/)
 * (@niranjan9431)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15319437)
 * [@lorro](https://wordpress.org/support/users/lorro/) Popular Backpacks check 
   that one
 *  [niranjan9431](https://wordpress.org/support/users/niranjan9431/)
 * (@niranjan9431)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15319445)
 * [@lorro](https://wordpress.org/support/users/lorro/) 912 px that one bag is only
   is there kindly help me bro
 *  Plugin Author [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15319522)
 * Try this:
 *     ```
       @media (max-width: 999.98px) {
         [data-products] {
           --shop-columns: repeat(2, minmax(0, 1fr)) !important;
         }
       }
       @media (max-width: 689.98px) {
         [data-products] {
           --shop-columns: repeat(1, minmax(0, 1fr)) !important;
         }
       }
       ```
   
 * Going forward, please use the Blocksy support forum.
 *  [niranjan9431](https://wordpress.org/support/users/niranjan9431/)
 * (@niranjan9431)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15322655)
 * [@lorro](https://wordpress.org/support/users/lorro/) thank you so much bro it
   worked.ok bro next time will ask them if any que.thanks again bro
 *  Plugin Author [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15344951)
 * No futher activity on the original post so closing as resolved.

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

The topic ‘Simple Table Manager’ is closed to new replies.

 * ![](https://ps.w.org/simple-table-manager/assets/icon-128x128.png?rev=1133727)
 * [Simple Table Manager](https://wordpress.org/plugins/simple-table-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-table-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-table-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-table-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-table-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-table-manager/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/simple-table-manager/#post-15344951)
 * Status: resolved