All of a sudden, I’m seeing formatting issues in ENFOLD. Backend displays formatting correctly however, frontend pages are not formatting text correctly. One example is following page
https://mydomain.com/we-are-targeting-manufacturers/ (see actual domain in private)
Screenshot shows backend & frontend
Hey anristudio,
Thank you for the screenshots and login, this is a result of your Animate It! plugin Custom CSS field contains this rule:
p {
display: inline !important;
}
making all paragraph tags on your site inline instead of block
If you have a specific paragraph that you want to force into inline then you need to add the parent class to this rule so to not disrupt all of the other paragraphs on your site. For example:
.parent p {
display: inline !important;
}
If you need help adjusting this please point to the specific paragraph you want inline
Best regards,
Mike
Perfect. Thank you Mike. I appreciate quick assistance.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike