Tagged: Text size next to tables
- This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by tikaram.
-
AuthorPosts
-
July 6, 2019 at 5:20 pm #176512martystlParticipant
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
MartyJuly 7, 2019 at 2:34 am #176521tikaramParticipant@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,
TikaramJuly 7, 2019 at 6:40 am #176532martystlParticipantThat 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
MartyJuly 8, 2019 at 4:07 am #176596tikaramParticipant@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 -
AuthorPosts
- The topic ‘Font size and spacing in table’ is closed to new replies.