Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1461503

    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

    #1461505

    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

    #1461507

    Hello Mike, it works. Thank you. You can close the thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Non-uniform layout for multiple paragraphs in tables’ is closed to new replies.