Support

Account

Home Forums General Issues Change additional syle css-Code in each article (.entry-content p)

Solving

Change additional syle css-Code in each article (.entry-content p)

  • I have some problems with the ACF plugin on my homepage.
    When I have activated it, there is some more style-tags in the html code of each article:
    .entry-content p {
    line-height: Auto !important;
    padding-bottom: 0px
    margin-bottom: 0px;
    }

    So when I want to Change the margin-bottom of .entry-content p, it has no effect.

    Now when I want to deactivate the plugin, than only the first post is shown from my blog.

    Does anybody knows a solution

  • Hi @sunshineh

    Trying to understand the issue you are experiencing. Not sure how it releates to ACF.

    Hmm… May be you could elaborate on how you are using ACF on your homepage so that I can be able to assist. If necessary, please do share your code

  • This reply has been marked as private.
  • This reply has been marked as private.
  • This reply has been marked as private.
  • Hi @sunshineh

    Thank you for clarifying more on this.

    Hmm… Probably, the problem is not caused by ACF. Using the developer tools you should be able to identify the source file with the conflicting CSS.

    Two ways to resolve this: either edit the CSS file or override the CSS rules. I would recommend the second method.

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

The topic ‘Change additional syle css-Code in each article (.entry-content p)’ is closed to new replies.