Supreme Directory – Paragraph Spacing

This topic contains 7 replies, has 2 voices, and was last updated by  Kor 5 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #435976

    joel phillips
    Expired Member
    Post count: 82

    How do I add spacing in between paragraphs in a mostly default Supreme Directory instance?

    Thanks,
    Joel

    #435977

    joel phillips
    Expired Member
    Post count: 82
    This reply has been marked as private.
    #435984

    Kor
    Moderator
    Post count: 16516

    Hi Joel,

    Thanks for your post. You can increase it using custom CSS code. Just insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS

    
    
    .sd .geodir-common p {
        margin-top:10px;
    }
    #435992

    joel phillips
    Expired Member
    Post count: 82

    Thanks

    #435995

    joel phillips
    Expired Member
    Post count: 82

    That did not work for multiple pages. Is there not a way to globally change paragraph spacing?

    #436020

    Kor
    Moderator
    Post count: 16516

    Hi Joel,

    Could you share the pages you are referring to so that I could provide you a custom CSS code that affects all pages?

    Thanks!

    #436025

    joel phillips
    Expired Member
    Post count: 82
    This reply has been marked as private.
    #436028

    Kor
    Moderator
    Post count: 16516

    Hi Joel,

    Let’s just target all paragraph using this custom CSS code.

    
    
    p {
        margin-top: 20px!important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket