Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2008
    Posts
    5
    Plugin Contributions
    0

    Default Vertically align text in top nav bar

    When I removed the top nav search bar I noticed the background image was repeating itself vertically slightly. I commented the (height: 1%) out in the stylesheet so that the background image defaulted to its normal height. This worked and is how I want it. Problem is the Home and Log On text are now sitting at the base of the nav bar. How do I vertically centre this text whilst keeping it aligned left.

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Vertically align text in top nav bar

    Bad little boy, mommy is going to spank you (ADMINS) for double posting..

    Please just keep one thread going for the future...
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Vertically align text in top nav bar

    YO Troikken

    How do I vertically centre this text whilst keeping it aligned left.
    okay to vertically center something and keeping it aligned left is like a
    contradiction.

    if you want to align it left use

    float: left;
    margin-left: 20px; (where 20px is however far you want it from the left)

    now your text is aligned left and can be positioned.
    also there is a another line of code you can use...

    vertical-align: middle;

    that MIGHT help, give these a shot bud! ;)

    to center the text you'll need to find where it's code for positioning is in your CSS and then center it correctly.

    hope this helps, link me your site so i can take a look at what you're asking, i feel like what I have said is confusing. A link would help me a bit more. If others have better ideas or solutions please post them for Troikken!
    _/\_/\_Swelter

 

 

Similar Threads

  1. Vertically centering the text on the top nav bar
    By troikken in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Apr 2008, 04:11 PM
  2. Product Description Text Listed Vertically
    By xman888 in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2008, 05:26 AM
  3. Center Logo in Header Vertically & Wrap Text Around Image
    By chava in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 6 Oct 2007, 04:18 AM
  4. Align Text
    By Predator1 in forum General Questions
    Replies: 2
    Last Post: 25 Oct 2006, 01:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •