Table Boarders
I’m sure I’m doing something stupid… but I’m hoping someone can help me. All I’m trying to do is add a table and include the boarders (both cell and table). Nothing magical… I’m wondering if anyone has any advice.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Zero0ne01
Thanks for reaching out. The styling you’re seeing is standard Vantage table styling. Try adding the following to Appearance > Custom CSS for something a little different:
.entry-content table { border: 1px solid #eaeaeb; margin: 0 0 1.78571em; width: 100%; } .entry-content table th, .entry-content table td { border: 1px solid #eaeaeb; padding: 0.75em; } @media (max-width: 480px) { .resp .entry-content table th, .resp .entry-content table td { padding: 2%; } } .entry-content table th { font-weight: 600; }To see the effect, try removing the inline styling you’ve added:
Fantastic! Thanks for your help. I knew it was going to be something simple!
Rock On!
Super, glad to hear that helped :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.