Hello, on this subpage of our blog we have noticed that if there are multiple paragraphs or separate text units in the tables, the layout is different from the second paragraph onwards (please see attached screenshot). The font and font size are not the same as in the first paragraph.
We have of course made sure that all the text is added without being formatted. This cannot be the problem here.
How can this be solved? Many thanks for your support
Hey reqonsult,
Thank you for the link to your site, this is because the first paragraph is in the “td” and the others are in a “p” which has more specialty.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .all_colors td p {
font-size: 13px;
font-weight: 400;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike, it works. Thank you. You can close the thread.