Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Majeed Raza

    (@lorro)

    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://www.ads-software.com/plugins/tablepress/

    Use the TablePress shortcode to show the table on a page or post.
    [table id="1"]

    @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/

    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 2 years, 9 months ago by niranjan9431.
    Plugin Author Majeed Raza

    (@lorro)

    @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://www.ads-software.com/support/theme/blocksy/

    @lorro Popular Backpacks check that one

    @lorro 912 px that one bag is only is there kindly help me bro

    Plugin Author Majeed Raza

    (@lorro)

    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.

    @lorro thank you so much bro it worked.ok bro next time will ask them if any que.thanks again bro

    Plugin Author Majeed Raza

    (@lorro)

    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.