This topic has 5 replies, 1 voice, and was last updated 2 years, 1 months ago ago by Rose Tyler
On the site I am developing, the teaser box seems like a great way to highlight special features but, for some reason the first line of text is always presented in a slightly different format from the rest.
Basically it seems the first line is not given < p > tags so it looks different. (see pic #1)
If I try to fix this by editing the text (as text, not visually) to add the < p > tags then the text format is OK but a mystery line appears above the text, ruining the margin. (see pic #2)
How can I have the text as all < p > but without the extra margin at the top?
Image #1
https://hannahhumpstonjewellery.com/Teaser-Box-Paragraph-annot1.jpg
Image #2
https://hannahhumpstonjewellery.com/Teaser-Box-Paragraph-annot2.png
Hello,
Provide URL of page with this element and temporary FTP access, so we can take a closer look.
Regards
Hi, the page in question is https://hannahhumpstonjewellery.com/background/
The ftp access is in the private content area.
Thanks.
Hello,
I’ve passed this problem to our technicians. It should be fixed in the next theme update. As a temporary solution, use the next custom CSS code:
.teaser-box p:empty {
display: none !important;
}
Regards
Hello,
The latest version of the theme and core plugin are available here -https://www.8theme.com/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up