This topic has 7 replies, 3 voices, and was last updated 11 years by joeldecker.

  • Author
  • #2754
     joeldecker
    Participant

    How do I decrease the space above and below the title “Members” on the Members page? Trying to fit more onto the upper part of the page. Thank you.

    #2778
     wattsjmw
    Participant

    Not sure if this is CSS best practice, but you can add this to your custom CSS (Sweetdate Menu>Styling Options):

    #members-dir-list{margin-top:-20px;}
    .search-result {margin-top: -20px;}

    #2783
     SQadmin
    Keymaster

    Thanks @wattsjmw, css is the solution.
    Intead of
    .search-result {margin-top: -20px;}
    you can add
    #main.search-result{padding-top:0}

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #2812
     joeldecker
    Participant

    Thanks wattsjmw and sqadmin,
    the ‘0 padding’ works great! Without forcing the space.
    Any way to delete the main title all together?
    JD

    #2849
     SQadmin
    Keymaster

    To hide a page/post title, when editing it under Display settings -> Hide the title

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #2925
     joeldecker
    Participant

    I did this and it’s still showing up. Thought that would work as well.
    Any other ways to hide the title, ‘Members’?
    Thanks!

    #2977
     SQadmin
    Keymaster

    Hide the title with this css added to Quick css box from Sweetdate -> Styling options:

    COPY CODE
    
    .directory.members.buddypress .search-result h2 {display:none}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3127
     joeldecker
    Participant

    Perfect! Thanks.

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

The topic ‘Title Padding’ is closed to new replies.

Log in with your credentials

Forgot your details?