GetSimple Support Forum

Full Version: Innovation add a line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I am looking to add a line (text of graphic) just below where it says HANDS OF HUMANITY and the MENU. I think its in the CSS. Can someone help please?
www.handsofhumanity.org
In the header.inc.php file, the relevant portion of the header is lines 42-55:
PHP Code:
        <div class="header">
            <
div class="wrapper">
                
                <!-- 
logo/sitename -->
                <
a href="<?php get_site_url(); ?>" id="logo" ><?php get_site_name(); ?></a>
                
                <!-- main navigation -->
                <nav id="main-nav">
                    <ul>
                        <?php get_i18n_navigation(get_page_slug(false), $minlevel=0$maxlevel=0$show=I18N_SHOW_NORMAL$component='customnav'?>
                    </ul>
                </nav>
            </div>
        </div> 
(2013-08-19, 17:44:49)Angryboy Wrote: [ -> ]In the header.inc.php file, the relevant portion of the header is lines 42-55:
PHP Code:
        <div class="header">
            <
div class="wrapper">
                
                <!-- 
logo/sitename -->
                <
a href="<?php get_site_url(); ?>" id="logo" ><?php get_site_name(); ?></a>
                
                <!-- main navigation -->
                <nav id="main-nav">
                    <ul>
                        <?php get_i18n_navigation(get_page_slug(false), $minlevel=0$maxlevel=0$show=I18N_SHOW_NORMAL$component='customnav'?>
                    </ul>
                </nav>
            </div>
        </div> 

Angryboy...where in the above code would I allow and how would I allow a double row of navigation links? Sorry to say that I'm somewhat php illiterate...

Gene
Without looking I thought that if you added a lot of menu items the they flowed onto two lines anyway in Innovation.
T