-
Author
-
December 9, 2015 at 14:48 #92078
Hegel
ParticipantHi,
How do I decrease the space between each stream in the Activity Stream.
Please see screen shot for more details.
Attachments:
You must be logged in to view attached files.December 9, 2015 at 17:46 #92131Radu
ModeratorHi,
Add the CSS’s to wp-admin -> theme options -> general settings -> quick CSS
Space reduced
COPY CODE#buddypress div.activity-meta {padding-bottom: 10px !important;}
Square button
COPY CODE.logged-in #buddypress div.activity-meta a.button { border-radius: 1px !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 10, 2015 at 00:50 #92274Hegel
ParticipantThanks a lot for your help so far.
Please see attached screenshot for other areas I need to reduce in size.
Attachments:
You must be logged in to view attached files.December 10, 2015 at 17:15 #92419Radu
ModeratorHi,
Try with this css
COPY CODE#buddypress div.activity-meta { padding: 0 !important; margin: 0 !important; } #buddypress .activity-list .activity-content .activity-inner { margin: 0 !important; padding: 0 ; padding-bottom: 10px !important; } #buddypress ul.item-list li { padding-top: 0px !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 12, 2015 at 00:25 #92764Hegel
ParticipantThat’s perfect – thanks a lot.
Finally, how can I change this widget text to h2?
Please see attached pic for explanation.
Attachments:
You must be logged in to view attached files.December 14, 2015 at 16:44 #93145Radu
ModeratorHi,
To can be accurate with the solution, please provide source code of entire page.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.