Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


spudnutsncoffee
Member

@spudnutsncoffee

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?

Skip to toolbar