Skip to:
Content
Pages
Categories
Search
Top
Bottom

Different Styles… Same Input…


  • Eric Wood
    Participant

    @moonviper

    When attempting to customize my version of BuddyPress, I realized that there is a different style for the Blog Directory than the member or group directories:

    Groups:

    <div class=”widget”>

    <h2 class=”widgettitle”>Group Listing</h2>

    Blogs:

    <div class=”widget”>

    <h2 class=”widgettitle”>Blog Directory</h2>

    Members:

    <div class=”widget”>

    <h2 class=”widgettitle”>Member Directory</h2>

    The code is all the same, yet somehow they render differently…

    See: http://gaybostontoday.com/members/

    http://gaybostontoday.com/blogs/

    http://gaybostontoday.com/groups/

    Strangely enough, these seem to render ok in Internet Explorer, but the blog directory is “off” a bit in Firefox.

Viewing 1 replies (of 1 total)

  • Lance Willett
    Participant

    @lancewillett

    Hey Moonviper,

    In just a brief look at your site, it looks like you are missing some of the CSS rules that help clear floats and such, including div.clear {clear: both;} from the “base.css” file in your home theme.

    I’d recommend not removing that base.css file since it resets elements across the board to help with browser inconsistencies.

Viewing 1 replies (of 1 total)
  • The topic ‘Different Styles… Same Input…’ is closed to new replies.
Skip to toolbar