Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1346950

    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

    • This topic was modified 2 years, 7 months ago by anristudio.
    #1346981

    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;
    }

    2022-04-02_002.jpg
    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

    #1347021

    Perfect. Thank you Mike. I appreciate quick assistance.

    #1347023

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Formatting Issue’ is closed to new replies.