Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tracychamilton21

    (@tracychamilton21)

    I did it! I found this code:
    th:not(:last-child), td:not(:last-child) { border-right: 1px solid #eeeeef; }

    added it to what you had sent me, and changed it to 2px and #000 for color and it’s all black now. It’s probably not the cleanest css route, but it worked.

    Now to the images…

    Thread Starter tracychamilton21

    (@tracychamilton21)

    Now that I’m looking more closely, I can see the line is there, so I’ll see if I can figure out how to make it darker. In case you can’t tell, I’m just learning css and html.

    Thread Starter tracychamilton21

    (@tracychamilton21)

    Dear Nik,

    Thank you so much. I modified the CSS (by deleting “-bottom” so that the border went all the way around the table, rather than just across the bottom border, but there was still no internal vertical border between columns one and two. I looked up CSS for this and it seems to be “th, td”, but when I add them in it doesn’t add the middle vertical.

    I also tried
    col { border-right: solid }

    and left just to see if it makes a difference and it didn’t.

    And then this:
    .wp-block-table {
    border: 2px solid black;
    .column-2 {
    border-left: 1px solid #cccccc;
    }

    I’m also really having trouble getting my block images to be the same size. If you don’t know, do you know of someone who could help me with that?

    Thanks again Nik.

    Best,

    Tracy

    Thread Starter tracychamilton21

    (@tracychamilton21)

    I added in this code and it made two of the images respond to become the width of the text, but not the other three, even though they all say they are the same width of 791. When published on my laptop they are still different widths. They look great on my phone, but not where I need it to.

    .wrap {
    max-width: 1400px;
    }
    /*For Content*/
    .has-sidebar:not(.error404) #primary {
    width: 70%;
    }
    /*set the sidebar width and alignment*/
    .has-sidebar #secondary {
    width: 25% !important;
    float: right;
    }

    I’m also having trouble with my table border not showing up and making the weeks in my syllabus fairly confusing with that lack of definition.

    I’ve added in this code from reading, but neither seem to have helped.

    .tablepress-id-13 th,
    .tablepress-id-13 td {
    border: 1px solid #cccccc !important;
    }

    and

    .finance tbody {
    background: #ccc;
    }

    Thanks again,

    Tracy

    I am just beginning to build my website using the twenty seventeen theme and am having the same issue. I need one column to be much less wide (week of class) than the second (class content). I had cut and pasted a table from Word and it’s not being responsive so you have to scroll horizontally to see the full text. So I thought I would just use your table, but that’s not working either. Thank you for any suggestions.

Viewing 5 replies - 1 through 5 (of 5 total)