Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84257
    husker
    Participant

    I can not get spacing between paragraphs when pages are used for Featured Content. The pages look fine when used by themselves, but when used as Featured Content the spacing is gone.

    How do I correct this?

    http://bayareahuskers.org/wp/

    Brian

    #84307
    Mahesh
    Participant

    Hi @husker,

    It is because margin-bottom or <p> tag in #featured-content is set to 0 by default. You can be overridden with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #featured-content p {
          margin-bottom: 20px;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Content paragraph Spacing’ is closed to new replies.