BuddyBoss Home – Web Support Forums Themes Boss. theme Minor Styling Issues

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

    #40122
    @tradingpremium

    Just 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

    #40240
    @tradingpremium

    Any help regarding these issues?

    Thanks,

    Brad

    #40280

    Anonymous
    @

    Hi @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 Dubey

    #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.

    #40284
    @tradingpremium

    Also, 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).

    #40340

    Anonymous
    @

    Hi @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 1183

    Regards
    Varun Dubey

    #40341
    @tradingpremium

    Is 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…

    #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.

    #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.

    #40572

    Anonymous
    @

    Hi @tradingpremium
    you can add this to custom css to fix that 1px

    
    #left-panel-inner {
      padding-top: 74px;
    }
    

    Regards
    Varun Dubey

    #40576
    @tradingpremium

    @vapvarun This does not work. Do you have any other recommendations?

    #40656

    Alyssa
    Participant
    @alyssa-buddyboss

    @tradingpremium can you send me a link to the page in question? I’m unable to reproduce this bug.

    #40657

    Alyssa
    Participant
    @alyssa-buddyboss

    @tradingpremium does this happen in all browsers? What OS and browser are you using?

Viewing 13 posts - 1 through 13 (of 13 total)
  • The question ‘Minor Styling Issues’ is closed to new replies.