Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author David Carson

    (@davidtcarson)

    This looks like a CSS bug the theme for when viewing the main forums directory using IE8/IE9.

    I can’t test this now. But it’s probably something small like a width/border/margin of the sidebar CSS.

    Try opening up style.css in Frisco theme directory, and go down to line 145. You should see width: 226px; within the div#sidebar { section.

    Delete that line. Specifically, delete width: 226px;. Then save, refresh and see if it’s still mis-aligned.

    I can address this in the next version of the theme. Thanks for the heads-up. In the meantime, even if my recommendation doesn’t fix it, I hope it got you started in the right direction.

    Thread Starter Oweekly

    (@oweekly)

    David thanks for your prompt reply,

    I have tried your suggestion but it did not work. I also tried to vertical align the sidebar, but it looks like it is missing something.

    Also can you please advise me how to remove the tags line from the

    http://asknorma.myhardofhearing.com/groups/ask-dr-norma/forum/topic/2nd-thing-you-do-ask-your-hearing-related-questions/

    (2nd Thing You Do, Ask Your Hearing Related Questions (1 post)
    Topic tags: 2nd thing to do, hearing aids questions, hearing loss questions, hearing questions)

    The Title is on top of the tags.. which is ugly… i tried to id where i can edit the tag line, but i simply cannot find the file to edit.

    This error happens with all browsers.

    Please help..

    Theme Author David Carson

    (@davidtcarson)

    Also can you please advise me how to remove the tags line

    Add the following line anywhere in your stylesheet.

    #forum-topic-form .topic-tags { display: none; }

    I’ll have to do a little testing to see how to help with IE alignment issue on forums page. Will report back here once I do.

    Thread Starter Oweekly

    (@oweekly)

    Hi David,

    I do not know what happened, but all of a sudden, the alignment problem is fixed..

    maybe its this one ?

    div#sidebar {
    width: 226px;
    vertical-align: top;

    And thanks for the tag line remove…

    cheers and have a great weekend!!

    Allan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Frisco for BuddyPress] Sidebar And Main Column Looking Awkward’ is closed to new replies.