Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176512
    martystl
    Participant

    The text in a table is not the same size and spacing as in a paragraph box. I am using tables so that I can have sliding pictures next to the text using MetaSlider plugin. The columns doesn’t work.

    I have changed the customs CSS code to:
    .entry-content table,
    .entry-content table td,
    .entry-content table tr {
    border: none;
    }
    To remove the lines around the table.
    https://www.martyknightphotography.com/2019/05/09/day-0-thursday-may-9-2019/

    If you look at the text “I departed” next to the table and the next paragraph (using paragraph regular font size).

    Thanks
    Marty

    #176521
    tikaram
    Keymaster

    @martystl: Login to your WordPress admin and add the following additional css. It looks like a line height issue within the table.

    .entry-content table{
        line-height: 1.647;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #176532
    martystl
    Participant

    That is closer, but not the same yet.

    No way to instead of using a specific line spacing and font size to use to reference the line spacing and font size? I am using “paragraph” block type. When I go into and columns and add a paragraph, they font size and spacing is the same. Table doesn’t allow me to add a “paragraph” type with the table cell.

    Thanks
    Marty

    #176596
    tikaram
    Keymaster

    @martystl: The font size, color and fonts are similar and theme is no significant difference between the two sections. If you inspect and look at the css, there is no any difference. You should not have anymore issues using table. Let me know if you have any more issues with the theme.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font size and spacing in table’ is closed to new replies.