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
    Texas
    Posts
    6,196
    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...

  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. centering vertically the menu bar text
    By tcjay in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Oct 2011, 08:18 PM
  2. How can I align last <li> in nav bar in header to the right?
    By ebaobao in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2010, 08:33 PM
  3. Replies: 1
    Last Post: 10 Jun 2009, 10:16 AM
  4. 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
  5. Top bar Header Bar Nav Bar
    By mole69 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2006, 04:35 PM

Posting Permissions

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