Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43339
    Janette
    Member

    Please … need to reduce the spacing in-between blocks of text in Blockquotes.

    #43368
    Sakin
    Keymaster

    @Janette: You should have posted in your site URL so that i could check in. If you are talking about the spaces between paragraph in blockquote, then you can reduce the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    blockquote p { margin-bottom: 20px; }

    #43411
    Janette
    Member

    Site was not live when first posted question. See “Services” tab at foxvit.com
    I want to control the spacing in the block quotes above and below the header and text. Your CSS did not work. Please advise. Thanks

    #43430
    Sakin
    Keymaster

    @Janette: I cannot open the site URL that you have added. Please check in the site URL and let me know it.

    #43452
    Janette
    Member
    #43482
    Sakin
    Keymaster

    @Janette: I see that you have use paragraph code<p>Your headings</p> for headline. So, if you remove the margin below that paragraph it will hamper all other pages as well. So, I have come up with the css only for your services pages. Just add the following css in “Appearance => Theme Options => Custom CSS” box to remove the margin
    .page-id-18 #content p { margin-bottom: 0; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing in Blockquotes’ is closed to new replies.