BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › resizing update activity elements
- This topic has 5 replies, 2 contibutors, and was last updated 9 years, 3 months ago by Alyssa.
Question
July 28, 2015 at 7:49 am #43438@yannHello!
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
July 28, 2015 at 1:55 pm #43471@alyssa-buddyboss
AlyssaParticipant@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;}
July 29, 2015 at 8:48 am #43525@yannThank 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)
July 29, 2015 at 4:25 pm #43571@alyssa-buddyboss
AlyssaParticipant@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.
July 30, 2015 at 1:03 am #43581@yannOk! 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!
July 30, 2015 at 10:27 am #43596@alyssa-buddyboss
AlyssaParticipantGreat!
- The question ‘resizing update activity elements’ is closed to new replies.