Home>Support>Table Boarders

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.

URL: http://www.cpcurling.ca/upcoming-registration-dates/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi 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:

    style="border-color: #000000;" border="1 px"
    
  2. 9 years, 1 month ago Zero0ne01

    Fantastic! Thanks for your help. I knew it was going to be something simple!

    Rock On!

  3. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More