Issue with Responsive Text Block Element
-
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.
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