[ad_1]
How do I create a respnisve table like the attached one?
I don’t want to use a plugin. I need an HTML code with CSS so I can fill the table manually using text editor.
​
live example: [https://www.hsamuel.co.uk/webstore/d/8416299/Tommy+Hilfiger+Men%27s+Tyler+Stainless+Steel+Bracelet+Watch/])
[ad_2]
If you use your code inspector in the browser, you can see that the table is constructed as a unordered list. Grab the code and insert it into your editor.
You can also grab the CSS from the inspector, including the break point.