• I am building one of my first start from scratch template. I need help centering text vertically in block in nav bar. I want to center “О нама” and “Контакт” to vertical center. I am a noob so don’t e surprised by the mess in my code. Here is the link to the site: https://cpn.byethost18.com/

    Here is the code:

    <div id="page">
    
    	<div id="header"><h1>Хело Ворлд</h1></div>
    
        <div id="nav">
    
      		<a href="#">О нама</a>
    
              <a href="#">Контакт</a>
    
        </div>

    And style.css:

    #nav {
    
    	background-color:#333333;
    
    	color:white;
    
    	overflow:hidden;
    
    	padding-left:50px ;
    
    }
    
    #nav a {
    
    	font-size:20px;
    
    	color:#E6E6E6;
    
    	text-decoration:none;
    
    	display:block;
    
    	float:left;
    
    	padding-right: 160px;
    	padding-top: 25px;
    
    }

Viewing 1 replies (of 1 total)
  • Give nav a a height Set line-height css property to the height of its container also put that add theme support function in <?php ?> tags (not related but yeah )

Viewing 1 replies (of 1 total)
  • The topic ‘Centering text in Nav block’ is closed to new replies.