Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Innovation add a line
#1
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
Reply
#2
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> 
Reply
#3
(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
Reply
#4
Without looking I thought that if you added a lot of menu items the they flowed onto two lines anyway in Innovation.
T
Reply




Users browsing this thread: 1 Guest(s)