Home Forums WoodMart support forum Issue with Responsive Text Block Element

Issue with Responsive Text Block Element

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #119941

    rgbadmin
    Participant

    Hello.
    We have several licenses for your WoodMart WordPress Theme. We are noticing an issue with the ‘Responsive Text Block Element’. Whenever we add 3 or more paragraphs of text to the element, the element will hide all paragraphs after the second paragraph and removing the standard paragraph spacing.

    We used the Developer Tools within the web browser and saw that the other paragraphs are being hid with CSS. Can you elaborate on why you would be hiding these subsequent paragraphs?

    Attachments:
    You must be logged in to view attached files.
    #119953

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .woodmart-text-block-wrapper .woodmart-text-block p:first-child:empty, body .woodmart-text-block-wrapper .woodmart-text-block p:first-child:empty~p:last-child {
        display: block;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)