Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

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

  • spudnutsncoffee
    Member

    @spudnutsncoffee

    I imagine the issue atop the page is a sty;e issue but my Tylenol PMs are preventing me from seeing it.


    ardentfrost
    Member

    @ardentfrost

    just find the h2 line in your css file and set the width the same as the view part.


    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar