This topic has 7 replies, 3 voices, and was last updated 11 years by joeldecker.
-
Author
-
September 13, 2013 at 01:28 #2754joeldeckerParticipant
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.
September 13, 2013 at 18:47 #2778wattsjmwParticipantNot 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;}September 13, 2013 at 21:48 #2783SQadminKeymasterThanks @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 solutionSeptember 14, 2013 at 00:44 #2812joeldeckerParticipantThanks wattsjmw and sqadmin,
the ‘0 padding’ works great! Without forcing the space.
Any way to delete the main title all together?
JDSeptember 15, 2013 at 20:45 #2849SQadminKeymasterTo 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 solutionSeptember 16, 2013 at 20:00 #2925joeldeckerParticipantI did this and it’s still showing up. Thought that would work as well.
Any other ways to hide the title, ‘Members’?
Thanks!September 17, 2013 at 17:03 #2977SQadminKeymasterHide 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 -
AuthorPosts
The topic ‘Title Padding’ is closed to new replies.