Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #161147
    martystl
    Participant

    I am “moving” 28 pages that was written in HTML over to WordPress. Everything was written using tables. I have copied the “code” over and it seems to be working, but there are lines between the rows and the tables that wasn’t there before. For example:
    http://www.larryg.com/mdwsa2/2009/06/12/2009-spring-fling-golf-extravaganza/ (WordPress site)

    http://www.mdwsa.org/php/mdwsaorg.php?topic=2009SpringFlingGolf Prior site using HTML only.

    I see in the appearance, editor the table format of:

    table,
    table caption {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-width: 1px 1px 0 1px;
    }

    table {
    border-collapse: collapse;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 28px;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
    }

    table caption {
    text-align: center;
    }

    table a {
    color: rgba(0, 0, 0, 0.70);
    font-weight: 700;
    }

    th {
    text-align: left;
    }

    th,
    td,
    table caption {
    padding: 21px;
    }

    tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    I believe I need to change border: 1px to 0px. BUT, I really don’t want to do this within the editor. Not sure if I can do something in the “additional CSS” like you had me do before and if so what or if I need/should do something on each of the 28 pages that I am moving over and if so what.
    Thanks
    Marty

    #161168
    sapana
    Participant

    @martystl:Go to=> Appearance=> Customize => Additional CSS and add the following CSS code

    .entry-content table,
    .entry-content table td,
    .entry-content table tr {
        border: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #161213
    martystl
    Participant

    Works perfectly. Thanks

    #161230
    sapana
    Participant

    @martystl:Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/fotografie/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Sapana

    #161268
    radiokronos
    Participant

    I bought the template on the platform for my website in WordPress, but the mobile menu does not work. It does not work when you click on it, and it does not work on any cell phone. please help me solve this problem

    My site is https://ofiuco.com

    the template is called Fotografie Blog Pro
    if you please help me

    thanks for your help

    Thank you

    #161296
    sapana
    Participant

    @radiokronos: I checked your site and it is working fine in my mine side you can take a look at screenshot. Can you Please recheck your site again.

    Kind Regards,
    Sapana

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Table lines between column and row’ is closed to new replies.