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/
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
@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/
@lorro Popular Backpacks check that one
@lorro 912 px that one bag is only is there kindly help me bro
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
No futher activity on the original post so closing as resolved.