BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Minor Styling Issues
- This topic has 12 replies, 3 contibutors, and was last updated 9 years, 6 months ago by Alyssa.
Question
May 12, 2015 at 5:13 pm #40122@tradingpremiumJust a quick note for the future improvement of the theme…
The first attachment is from the activity stream and shows text alignment shifting after 2 lines in the nested comment.
The second attachment is from the search page that shows search results without spacing from the avatar.
Any help fixing these issues would be most appreciated!
Thank you!
Answers
May 15, 2015 at 8:57 am #40240@tradingpremiumAny help regarding these issues?
Thanks,
Brad
May 16, 2015 at 2:36 am #40280@
AnonymousHi @tradingpremium for first attachment issue you can use this css it will align the text
#buddypress div.activity-comments div.acomment-content {
margin: 12px 0 5px 75px !important;
}Regards
Varun DubeyMay 16, 2015 at 6:44 am #40283@tradingpremium@vapvarun, thanks for your assistance. Unfortunately the proposed code does not work. Any idea what else might work?
Also, it appears the search issue was resolved in the last update.
May 16, 2015 at 7:00 am #40284@tradingpremiumAlso, in the interest of improving the Boss product and making it pixel perfect, here’s a demonstration of a very small styling issue where the menu panel provides a 1 pixel top border into the header area. I can’t figure out how to fix this, however.
This styling issue is most noticeable beside a cover photo (attached).
May 18, 2015 at 9:15 am #40340@
AnonymousHi @tradingpremium you can added this to custom css
body.left-menu-open #nav-menu > ul > li > a:after, body.left-menu-open #left-panel .menupop > a:after { background-color: transparent; }
you can get corresponding css code at
/boss/css/main-desktop.css Line 1183Regards
Varun DubeyMay 18, 2015 at 9:48 am #40341@tradingpremiumIs that fix suppose to remove re-alight the top of the menu with the rest of the content vertically? I’m not noticing any change…
May 19, 2015 at 11:25 am #40409@
Anonymous@tradingpremium it is just an css background color there after each menu option, it is your choice you want to keep that as it is or you want to remove it.
May 23, 2015 at 8:55 am #40522@tradingpremium@vapvarun Are we looking at the same issue? My goal is to fix the alignment issue between the main content area and the side menu. As per my attache screenshot, the side menu is 1 pixel higher than the main content area. A fix to this would be appreciated.
May 24, 2015 at 3:21 am #40572@
AnonymousHi @tradingpremium
you can add this to custom css to fix that 1px#left-panel-inner { padding-top: 74px; }
Regards
Varun DubeyMay 24, 2015 at 5:57 am #40576@tradingpremium@vapvarun This does not work. Do you have any other recommendations?
May 26, 2015 at 8:42 am #40656@alyssa-buddyboss
AlyssaParticipant@tradingpremium can you send me a link to the page in question? I’m unable to reproduce this bug.
May 26, 2015 at 8:51 am #40657@alyssa-buddyboss
AlyssaParticipant@tradingpremium does this happen in all browsers? What OS and browser are you using?
- The question ‘Minor Styling Issues’ is closed to new replies.