2017-08-27, 02:13:57
(2017-08-26, 03:57:54)daveyz Wrote: Is there a way to get the title and sub title to rais any higher, ....?
the html is
Code:
<div id="header">
<div class="container">
<div id="logo">
<h1>Title</h1>
Sub Title
</div>
<nav id="nav">
<ul><li>menu item</li><li>menu item</li><li>menu item</li></ul>
</nav>
</div><!-- end container -->
</div><!-- end header -->