Footer menu

  • Ricardo

    #2415

    I would like to decrease the spacing between the words in my footer menu, because now the menu is too long and it is moved down because of that.

    http://www.fastforwardandrewind.com

    Anonymous

    #20155

    So you want the “home”, “about”, etc. to be closer together?

    Ricardo

    #20156

    Yeah, I think that is the best way to achieve my goal.

    Because the entire menu is too long, it is pushed down and I want it back up. Normally my site ends with the footer, and as you can see below the footer I now have a stroke of background below it again. This is all because of the footer menu being too long.

    Anonymous

    #20157

    Try this:

    .footer-menu-wrap li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    vertical-align: top;
    }

    You might need to play around with it a little.

    Ricardo

    #20158

    You are once again a lifesaver! Thanks you so much! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.