Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi I’ve put in css code for my table but I can’t figure out how to make the height of the lines less (ie less padding above & below the words).
My css code is
.entry-content table {
border: 2px solid #f7f5f5;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
width: 100%;
}
.entry-content table td {
border: 2px solid #f7f5f5;
padding: 0.5em;
line-height: 2;
text-align: center;
}
This is a private message.
Hi Elise
You currently have the table height set to a static value which will automatically adjust the height of the rows so they fill that height. Please edit the table properties and set the table height to auto.
Let us know how you get on
Magus
Thank you, that did the trick
Hi Elise
You are welcome, Please let us know if you need any more help
Magus