Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Menu Font Size Issue

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41506
    tahirk
    Participant

    Hi there;

    A friend of mine has recently updated my website for me & unfortunately he is not available, the menu looked ok on every other page but on forum page the font size is smaller as compared to other pages.

    Here is the link to the particular problem.
    [http://www.homemadetools.net/forum/](http://www.homemadetools.net/forum/http://www.homemadetools.net/forum/”)

    Can you guys please let me know what exactly is wrong so I could update the website accordingly.

    Thanks.

    #118436
    Watson90
    Member

    In your CSS you have code that looks like this:

    .forumbit_nopost .forumbit_nopost .forumrow .forumdata,
    .forumbit_post .forumrow .forumdata {
    font-size: 11px;
    }

    Change it to a higher font size…

    #118445
    tahirk
    Participant

    Thanks for your reply, this one is for forum posts not for the menu.

    #118454
    Watson90
    Member

    It seems you’re using Vbulletin, which probably comes with it’s own stylesheet…

    You have Arial as your `font-family` on your normal pages and on the forum is gets switched to Tahoma.

    What you could do is on line 1338 in your V Bulletin CSS file change this:

    body,
    legend {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    }

    #118455
    tahirk
    Participant

    Great, I have got it, other problem there was of 13.75 defined for font-size without getting any property (px,pt) value.

    Thanks a lot Watson, you have made my day.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.