Clickable Header and Changing Header Menu
-
Hello,
I have two problems, I would be really glad if you can help.
Site is: https://www.kilci.com.tr
1) As You can see my header menu is not fitting. I have done everything I can do, it can fit, but it does not bother itself to fit. I have tried to change width and stuff but no chance. In header file, this is the code for that.<div class="headermenu2"> <div id="menu"> <ul> <li><a href="<?php echo get_permalink( 17 ); ?>" title="FAAL?YET" <?php if (is_page(17)){ ?>class="current"<?php }?>>HAKKIMIZDA</a></li> <li><a href="<?php echo get_permalink( 83 ); ?>" title="UYGULAMALAR" <?php if (is_page(83)){ ?>class="current"<?php }?>>GEOTEKN?K UYGULAMA</a></li> <li><a href="<?php echo get_permalink( 25 ); ?>" title="REFERANSLAR" <?php if (is_page(25)){ ?>class="current"<?php }?>>ZEM?N ARA?TIRMA VE TASARIM</a></li> </ul> </div>
And in the stylesheet file:
.headermenu2{ width:500px; height:35px; float:left; padding: 6px 0 0 230px;}
How can I make it fit?
My second question is simpler, how can I make my header logo clickable to homepage?
In my header file, I have only <div id=”header”>, so there is nothing I can add a href code.
In the stylesheet file, it is like that:
#header{background:url(img/headerBG.png) no-repeat; width:850px; height:150px; float:left; margin-left:15px; }
- The topic ‘Clickable Header and Changing Header Menu’ is closed to new replies.