Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Fishbook theme formatting problem on activity stream

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

  • @mercime
    Keymaster

    @mercime

    == The button on the activity stream for “Joe Schmoe joined . . .” is obscured by buttons ==

    @timetraveler As an online visitor, activity stream looks good for Joe joining a group. I will presume you mean the activity meta seen by logged-in users i.e., the Comment, Favorite and Delete buttons. If so, open up your theme’s stylesheet and add the following at the bottom.

    `ul#activity-stream div.activity-meta {
    clear: left;
    margin-bottom: 15px;
    }`

    If that doesn’t work, create a throw-away username and password and post it here. You can delete that account after the issue has been resolved.


    timetraveler
    Member

    @timetraveler

    thanks @mercieme but didn’t work

    username joeschmoe
    password kokomo

    thanks again

    Justin


    timetraveler
    Member

    @timetraveler

    anyone able to help with this? @mercime.

    Thanks in advance

    Justin


    @mercime
    Keymaster

    @mercime

    @timetraveler – add the following at the bottom of your stylesheet.

    `ul#activity-stream div.activity-meta {
    clear: left;
    margin-bottom: 15px;
    position: static;
    }

    .activity-list li.mini .activity-content {
    margin-right: 25px !important;
    }`


    timetraveler
    Member

    @timetraveler

    Thank you @mercime! Worked perfectly . . .

    Justin


    @mercime
    Keymaster

    @mercime

    You’re welcome @timetraveler – Marking this as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] Fishbook theme formatting problem on activity stream’ is closed to new replies.
Skip to toolbar