BuddyBoss Home – Web Support Forums Themes Boss. theme resizing update activity elements

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #43438
    @yann

    Hello!

    How to resize all the element in activity stream please? there are too big for me…
    (please view attached files to see what i’m speaking about)

    Answers

    #43471

    Alyssa
    Participant
    @alyssa-buddyboss

    @yann try adding this to custom.css:
    .directory.activity .item-list-tabs ul li a, .dir-form .item-list-tabs ul li a, .selected-tab, .buddyboss-select-inner, #aw-whats-new-submit{font-size:12px !important;}

    #43525
    @yann

    Thank you @tjchester, but only work for the font size.

    I need to resize all element (box, dropdown) above all for the first line (mon profil, tous, post update)

    #43571

    Alyssa
    Participant
    @alyssa-buddyboss

    @yann additional code:

    .directory.activity .buddyboss-select{min-width:100px;}
    .directory.activity #buddypress form#whats-new-form #whats-new-submit input{width:100px;}

    NOTE: You may nee to add !important for these to work.

    #43581
    @yann

    Ok! so i add this to custom.css

    .directory.activity .item-list-tabs ul li a, .dir-form .item-list-tabs ul li a, .selected-tab, .buddyboss-select-inner, #aw-whats-new-submit{font-size:12px !important;}
    .directory.activity .buddyboss-select{min-width:100px !important;}
    .directory.activity #buddypress form#whats-new-form #whats-new-submit input{width:100px !important;}

    And it works perfectly!

    thank you @tjchester!

    #43596

    Alyssa
    Participant
    @alyssa-buddyboss

    Great!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘resizing update activity elements’ is closed to new replies.