• hey,

    this is actually a 2 part question as I have tried and cannot figure where or how to change this;

    1; How can I globally set tables to actually be invisible? I have this “<table border=”0;” cellspacing=”0;” cellpadding=”0;”>” however it still draws a grey border. I found what I thought were references in css and edited it but I still get a light grey border… If I could change the colour or actually remove it I’d be really happy haha.

    2; both the desktop and mobile version are not quite wide enough for me… Is there a way to increase these default widths?

    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Template Express

    (@danstriker)

    hello,

    you can change the border settings in the style.css here:

    .entry-content table, .comment-content table {
    border: 1px solid #d9d9d9;
    }

    For your second question are you referring to the content width?

    Thread Starter weeksan

    (@weeksan)

    You are a wonderful, wonderful person!

    Also, yes I am talking about the content width. Once again, thank you so much

    Theme Author Template Express

    (@danstriker)

    well thank-you! 🙂

    The content width is set here:

    .site-main {
    margin: 0 auto;
    max-width: 960px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change table borders’ is closed to new replies.