Skip to content
  • Header Menu After Upgrading V3.1.1

    Solved Customisation
    2
    +0
    2 Votes
    2 Posts
    202 Views
    @cagatay this relates to a change the css classes used for the brand header meaning it will now float to the left instead of right. If you’d like to retain the original behavior, you can add this css class [data-widget-area="brand-header"] { justify-content: end; display: flex; } Further information here https://community.nodebb.org/topic/17090/manual-build-a-custom-header-in-harmony/19?_=1684069325296
  • How to fix header side as boxed

    Solved Customisation
    10
    +0
    6 Votes
    10 Posts
    556 Views
    @phenomlab yes it caused a problem for mobile users. thank you for helping …
  • Avatar on Topic Header

    Solved Customisation
    9
    +0
    0 Votes
    9 Posts
    697 Views
    @jac said in Avatar on Topic Header: @downpw said in Avatar on Topic Header: Great Plugin I make it a bit cleaner via this CSS code: /*------------------------------------------------------------------*/ /*---------------- nodebb-plugin-browsing-users -----------------*/ /*------------------------------------------------------------------*/ /*Space between the avatar and the RSS icon */ .topic [component="topic/browsing-users"] { margin-bottom: -5px; padding-left: 10px; } /*Space between avatars*/ .pull-left { float: left!important; padding-right: 5px; } Do you have a screenshot of how this looks with the CSS change? Just added this change, thanks @DownPW