bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Found an error in the layout already. Have a look.

(4 posts)
  • Started 1 year ago by spudnutsncoffee
  • Latest reply from spudnutsncoffee
  • This topic is not a support question

Tags:

  1. http://totalphysiqueonline.com/bbpress/topic.php?id=2&replies=1#post-2

    Have a look at this post. Noltice how the title have no carriage return until it is too late, and boom, it is already into the sidebar.

    Posted 1 year ago #
  2. I imagine the issue atop the page is a sty;e issue but my Tylenol PMs are preventing me from seeing it.

    Posted 1 year ago #
  3. just find the h2 line in your css file and set the width the same as the view part.

    Posted 1 year ago #
  4. Actually the h2 is the first place I went.

    I changed
    .topictitle{
    font-size: 26px;
    font-weight: normal;
    display: inline;

    }

    to

    .topictitle h2{
    font-size: 26px;
    font-weight: normal;
    display: inline; width:50%; min-width:300px;

    }

    This sort of fixed it, but then I lost control of the size for h2.

    Using the above code, the title fits, but the size of it was shrunk down too much. Adjusting the size back up didn't resolve the issue. No matter what size I chose, the font for the title remained the same. This was a puzzling development. Anyone know why this would happen?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.