• Resolved MichaelWaterreus

    (@michaelwaterreus)


    Hello,
    Can anyone help me with a problem.
    On my website i have several tables to line things out.

    But i cant seem to remove the table borders. They are very light grey. I allready tried several things by looking it up on google, but nothing helped. I think its very hardwired in de css stylesheet or something.

    My second question is: I can’t seem to center the tables in de middle of the page. I tried <CENTER> </CENTER> but it didnt work.

    I use a child theme. I know a litte how CSS and HTML works. But i’m by far an expert or even close!

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    It would be helpful if you posted your website link.

    Thread Starter MichaelWaterreus

    (@michaelwaterreus)

    Hi Alex,
    Thanks for your reply. My website adress is https://www.mijn-suikertante.nl But the DNS is directing to my old page still. So you can’t get to it unless you change some windows settings.

    You have to put this code in your “host” file.
    185.10.98.16 w w w.mijn-suikertante.nl ermis.nl
    (you need to put the “www” together, but the website makes it into a link)

    You can find the “host” file here:
    %WINDIR%\system32\drivers\etc.

    I hope you can help me.

    Theme Author alex27

    (@alex27)

    I’m sorry, but I won’t be able to view your website until it’s live.
    If you want to remove all borders from table, try this piece of CSS:
    table th, table td { border: none; }
    Insert this piece of code via CSS Manager plugin or child theme if using.

    To center items in posts/pages you can simply use the editor buttons. Did you try that?

    Thread Starter MichaelWaterreus

    (@michaelwaterreus)

    Alex you’re the best!
    I manage to eliminate the borders. But the aligning of the tables is not allways working. I’ll try to figure it out with adjusting the layout of my site.

    Thanks again. I love your theme.

    Theme Author alex27

    (@alex27)

    That’s great to hear! When your website is live post a link, maybe I’ll be able to help with the alignment.
    If you appreciate the theme would you mind rating it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘#1 Remove table borders and #2 center table’ is closed to new replies.