Peter.31 Posted February 10, 2023 Share Posted February 10, 2023 Can anyone advise me how to create a responsive table in the product detail? I was able to create a table using this code: <div class="table-responsive"> ... </div> This code needs to be added to each table. With more than 1000 products, this will take quite a bit of time. It would be best if it could be edited using css. Thanks in advance for any help. Link to comment Share on other sites More sharing options...
ps8modules Posted February 11, 2023 Share Posted February 11, 2023 Hi. It is polite to say hello, thank you and not be afraid to use the word "please", be polite and not start the first sentence with a question. If you already have tables for all products in the long description, you can use the REPLACE function in the database and add your class. If you want to wrap the tag table with your div, you can also use the REPLACE function. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now