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.
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.
I imagine the issue atop the page is a sty;e issue but my Tylenol PMs are preventing me from seeing it.
just find the h2 line in your css file and set the width the same as the view part.
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?
You must log in to post.