This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #92078
     Hegel
    Participant

    Hi,

    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.
    #92131
     Radu
    Moderator

    Hi,

    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 solution
    #92274
     Hegel
    Participant

    Thanks 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.
    #92419
     Radu
    Moderator

    Hi,

    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 solution
    #92764
     Hegel
    Participant

    That’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.
    #93145
     Radu
    Moderator

    Hi,

    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
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?