• Hi everybody ??

    I did something when i was editing my “Archives” page (Live Archive moddin) and the “Tabs” for my pages jumped all the way down under my last post on the page ?

    any please help me i′m totally lost ??

    webiste : loftid.net

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m assuming you want them at the top, yes? ??

    In your stylesheet, under ul.menu

    Change bottom: 0; to top: 0;

    Cute header image btw, is that your little one? ??

    Thread Starter hostage

    (@hostage)

    Hi ??

    Yes i want them where they are originaly in the K2 Theme ??

    And yes that′s my litle girl ??

    I looked at : style.css file and this is what i found :

    ul.menu {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 90%;
    }

    There is no “top: 0;” in this section ?

    I′m still stuck ??

    sowy

    Hi, she’s adorable! ??

    See the part that says “bottom: 0;”? That tells it to start from the bottom and go up zero pixels. If you change it to “top: 0;” it will tell it to start at the top and go downward.

    ??

    Thread Starter hostage

    (@hostage)

    aaaa ?? alright i see ??

    so how do i get it where it was in the beginning ? under the header image ?? ?

    I think so. You may have to play around with the positioning a little. I’m not familiar with that theme, but it looks like that’s all it is. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘aaaaa my page tabs are at the bottom of my site :)’ is closed to new replies.