Change the size of the tables
dear Muffin,
I'd like to change the size of my tables here http://www.soapmarine.com/flores/soins-visage-anti-age/ (I want to reduce the space and font size and make the table smaller).
I have used this code but it doesnt work, what I'm doing wrong?
table th, table td {
padding: 10px;
}
.table_menu td.c2 {
color: #947848;
font-size: 18px;
line-height: 26px;
width: 30%;
}
thank you in advance!
I'd like to change the size of my tables here http://www.soapmarine.com/flores/soins-visage-anti-age/ (I want to reduce the space and font size and make the table smaller).
I have used this code but it doesnt work, what I'm doing wrong?
table th, table td {
padding: 10px;
}
.table_menu td.c2 {
color: #947848;
font-size: 18px;
line-height: 26px;
width: 30%;
}
thank you in advance!
Comments
to remove padding and change font sizes, you must use below css: So maybe your css doesn't work because you forgot about !important attributes?