• DalesWife

    (@daleswife)


    Building my first website so this might be a pretty simple answer that a noob like me can’t figure out!

    My site has “tabs” along the top that link to the various pages I’ve created on my site. Just beneath these tabs is my header. My header is rather long and I’d like the tabs to line up continuously just along top the header. However, it seems I can only get five tabs in a continuos row – the sixth tab then lines up just below my HOME tab. I’d like it to be lined up just after the EVERYONE LOVES PUPPIES tab.

    It looks very strange below the HOME tab. How can I fix this? I’ve posted questions previously to the support section for my theme but haven’t received answers so I figure I’ll try here. Any help is appreciated!

    My Site: nicenormalfamily.com
    Theme: zbench

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    Looks like the width is being constrained by this CSS:

    #menus {
        font-size: 14px;
        height: 31px;
        margin: 0 auto;
        padding-right: 260px;
        text-shadow: 0 1px 0 #000000;
        width: 700px;
    }

    Do you have a custom CSS set up? You should not modify theme files, as your changes will be erased when the theme is updated.

    Thread Starter DalesWife

    (@daleswife)

    I’m just seeing that you were kind enough to reply and try to help me. No, there is no custom CSS – I set this site up quite a bit ago and my memory is not so great but I believe I DID edit them files. ?? I’ve since learned that is not a good thing to do.

    Should I find this code within the theme files, edit it to suit my needs, then paste into CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Links Look Strange’ is closed to new replies.