neutrinoseo (@neutrinoseo)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • using this tags in your forum signature

    Keyword name

    MAII – Stratford University

    In reply to: CSS Issue

    You need to use Firebug or Chrome inspector to check out the CSS.

    I’ve looked at things and it’s all simple conflicts that are happening due to the CSS that’s in place with you theme.

    For example .hentry is being floated left which is screwing up the forum index.

    You will want to put some tweaks in place (in your theme’s style.css). For example:

    .bbp-forums .hentry {

    float:none;

    }

    MAII – Stratford University

Viewing 2 replies - 1 through 2 (of 2 total)