Skip to:
Content
Pages
Categories
Search
Top
Bottom

Break Space in Activity Stream Updates

Viewing 5 replies - 1 through 5 (of 5 total)

  • mcpeanut
    Participant

    @mcpeanut

    @irieside do you want to create more space between each activity update? if so add this code to your custom css file.

    ul#activity-stream li.activity-item {
    margin-bottom: 10px !important;

    (change the 10px to whatever you want) this will add spacing between activity items.


    mcpeanut
    Participant

    @mcpeanut

    Im not 100 percent if this is exactly what you was asking to do as the link to the page you gave is throwing a 404 page out so i cannot see exactly what space you wanted to create and where so i just assumed you are meaning the space between each update in the stream.


    irieside
    Participant

    @irieside

    I’m Sorry, the link had been changed. The new link is, http://www.knack-shack.com/submissions/

    I mean, the space within the submit box, hitting enter

    creates this space.
    I would like to increase the size of this space.


    mcpeanut
    Participant

    @mcpeanut

    @irieside, Im sorry i still aint following you on what the exact space is you mean? can you post a screenshot with an arrow showing maybe?

    I will take another guess anyhows, are you talking about the line height between the text in a status update? if so use this code

    div.activity-inner p {
    line-height: 1.4 !important;
    }
    change the 1.4 to whatever you want (dont change the 1.4 to say 2 though as the space will be to big! change it in increments like this 1.5 or 1.6 or 1.7 etc)

    I dunno if this helps you or not, if not try showing me via a screenshot and i will take a look.


    irieside
    Participant

    @irieside

    Yes, you got it. Thanks mcpeanut.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Break Space in Activity Stream Updates’ is closed to new replies.
Skip to toolbar