Topic split from dropdowns board

Forums Forums Templates and themes Topic split from dropdowns board

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #144
    Anonymous
    Member

    EDIT: Moved from dropdowns board

    No. I’m enough of a screw-up at php to start with. SimpleCMS came with everything I needed. You can see the modified version on the test site in the link above.
    Now, I just need to reduce the font-size in the main menu, and I’m all set. How could I go about that?

    Much thanks for everything. You’re good at this.

    #2618

    You just need to change the font-size via the following declaration in your CSS file:

    [code:33pqskfl]#suckerfish{
    background:#c42b78;
    font-size:11px;
    font-family:helvetica,sans-serif;
    font-weight:bold;
    }[/code:33pqskfl]

    #2619
    Anonymous
    Member

    I tried it, and it didn’t work. So here’s what I did:

    [code:314m4tzo]#suckerfish{
    background:#c42b78;
    }

    #suckerfishnav,#suckerfishnav ul{
    font-weight:bold;
    float:left;
    list-style:none;
    line-height:1.7em;
    font-size: .75em;
    padding:0;
    border:0px solid #aaa;
    margin:0 0 0 0;
    width:100%;
    }[/code:314m4tzo]

    That made it work: setting the font-size in em in the second suckerfish declaration. Why? I have no idea. I tried it in px all the way down to 1px, and nothing made any difference. So I tried in ems, and it worked. I’m just taking it for granted <img decoding=” title=”Cheesy” />

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