This topic has 6 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hi,
please do you have any advice how ho make better looking tables (in product description inserted simple “excel” table)?
When i simply copy it into description text it gives not very nice result table without border spaces etc. See pics https://prnt.sc/mgbybr .
Do you have any tip how to make nicer tables, maybe using some plugin (free)?
Thank you
Hello,
Please read these articles
https://www.w3schools.com/html/html_tables.asp
https://www.w3schools.com/css/css_table.asp
You can add custom css code in Theme Options > Custom css. For example, http://prntscr.com/mgc3a5
.single-product tr:nth-child(even) {background-color: #f2f2f2;}
.single-product table td:first-child {
padding: .71em;
}
Regards
Tried to put this code into Global Custom CSS but nothing happens with table design on product page…
https://prnt.sc/mgd5qg
Please clear cache and check one more time http://prntscr.com/mgdbas
Regards
OK, cache was the problem.
Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up