How to arrange header-blocks in php
Permalink
Hey there,
I just added a second AutoNav to my header. Now I have a Global one and a second-level menu only for some pages.
It displays over the main menu - how can I change this???
It sounds weird, I know, but I cant move it. Tried in edit-mode but it stays where it is.
Better I want to change it in header.php
Now it looks like this - how do I change it, that my second Nav is UNDER the main?
Thanks for help!
Fussel
I just added a second AutoNav to my header. Now I have a Global one and a second-level menu only for some pages.
It displays over the main menu - how can I change this???
It sounds weird, I know, but I cant move it. Tried in edit-mode but it stays where it is.
Better I want to change it in header.php
Now it looks like this - how do I change it, that my second Nav is UNDER the main?
Thanks for help!
Fussel
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"> <html lang="en"> <head> <!-- Site Header Content //--> <link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('minimalist_base.css')?>" /> <link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('minimalist_styles.css')?>" /> <link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>" /> <?php Loader::element('header_required'); ?> </head> <body> <div id="page" class="<?php echo ($liquid)?'liquid':''?>"> <div id="headerSpacer"></div> <div id="header">
Viewing 15 lines of 54 lines. View entire code block.
I did, but sorry, still looks the same... ;(
and second question :)
can I have diferent font-sizes for the 2 menus?
can I have diferent font-sizes for the 2 menus?
Absolutely. can I have the details of your site. So that I can have a look.
Rony
Rony
Rony