bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Noobish CSS Question

(4 posts)
  • Started 1 year ago by schmitt
  • Latest reply from box87
  • This topic is not resolved

Tags:

  1. The front page of my forum has the tags overflowing off the bottom. I struggle with CSS, anyone know what position property must be changed to fix this?

    http://www.nyquistcapital.com/forums/

    Posted 1 year ago #
  2. There's no direct solution. You can do one of these:

    • Change <?php tag_heat_map(); ?> to <?php tag_heat_map('limit=30'); ?>. The default limit is 40 I think, if you set it to 30 or any appropriate number they won't go so far down. But you'd want to change that again later.
    • Put the footer inside the wrapper. I'm not sure how your templates are arranged, but in kakumei you'd just have to open footer.php and move the codeblock that produces the div footer up a few lines, just above the previous </div>. Permanent change, now the footer is on the white, but the white will always stretch down sufficiently.
    • Wait it out - eventually there'll be enough topics to stretch the page :)

    I think there are a few other things you could do, but that second point is probably the best if you need it changed now.

    Posted 1 year ago #
  3. Thanks. Someone else contacted me with another fix.

    add this

    <div style="clear:both;"></div>
    just before the end of wrapper div.. before this

    </div>

    <div
    id="footer">
    <p>Nyquist Forums is proudly powered by <a
    href="http://bbpress.org">bbPress.</p
    >
    </div>


    There are more topics but they are private.

    Posted 1 year ago #
  4. In Safari/Camino, it still has issues. #hottags{height: 100%;} helps that one.

    Quick fix, not guaranteed to work... thus, I resort to an acronym: YMMV.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.