Skip to content

Switch between list and card view function

Moved Let's Build It

Related Topics
  • navigation menu panel on mobile

    Solved Customisation
    8
    7 Votes
    8 Posts
    457 Views

    @crazycells hmm. Thatā€™s odd. I havenā€™t made any changes from recollection but I could be wrong. Iā€™ll need to check.

    EDIT - very strange. I honestly donā€™t recall adding the below CSS block to alter the bottom bar, but youā€™re rightā€¦

    .bottombar-nav { padding: 0px !important; }

    Iā€™ve removed this so it reflects stock Harmony.

  • Material View Support for Stock NodeBB

    Unsolved Let's Build It
    51
    15 Votes
    51 Posts
    3k Views

    Oh yes, thatā€™s whatā€™s super cool, I learn something every day. Afterwards I start from so low in JS

  • Quote design CSS

    Solved Customisation
    15
    4 Votes
    15 Posts
    1k Views

    @DownPW yes, that does make sense actually. I forgot to mention the layout of Sudonix is custom so that would have an impact on the positioning.

    Good spot šŸ™‚

  • Blinking text Effect

    Customisation
    3
    5 Votes
    3 Posts
    469 Views

    @phenomlab

    I love it too

    @phenomlab said in Blinking text Effect:

    Has that ā€œbroken neon lightā€ look that you see in films.

    Itā€™s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too šŸ˜‰

  • [NODEBB] Welcome Message

    Solved Customisation
    18
    13 Votes
    18 Posts
    2k Views

    For anyone reviewing this post, thereā€™s an updated version here that also includes an sunrise / sun / moon icon depending on the time of day

    https://sudonix.com/topic/233/nodebb-welcome-message-with-logo-footer-change/3?_=1645445273209

  • NodeBB Design help

    Solved Customisation
    8
    2 Votes
    8 Posts
    965 Views

    @riekmedia Iā€™ve applied some new CSS to your site. Can you reload the page and try again ?

    For the record, this is what I added

    #footer { background: #2d343e; border-top: 4px solid #2d343e; font-size: 0.9em; margin-top: 70px; padding: 80px 0 0; position: relative; clear: both; bottom: 0; left: 0; right: 0; z-index: 1000; margin-left: -15px; margin-right: -338px; }

    The /categories page seems a bit messed up, so looking at that currently

    EDIT - issued some override CSS in the CATEGORIES widget

    <!--- CSS fix for overspill on /categories page - DO NOT DELETE --> <style> #footer { margin-right: -45px; } </style>

    That should resolve the /categories issue.

  • CSS Help on my Flarum

    Solved Customisation
    5
    2 Votes
    5 Posts
    572 Views

    @mike-jones Yes, youā€™ll typically see this type of behaviour if there is another style that has higher priority in the sense that yours will be overridden. Using !important will override the higher preference, but should be used sparingly rather than everywhere.

  • Minor cosmetic layout chages

    Announcements
    4
    0 Votes
    4 Posts
    349 Views

    @phenomlab said in Minor cosmetic layout chages:

    @jac I like a challenge šŸ¤£

    šŸ˜†šŸ˜†šŸ‘šŸ»