I'm trying to get my company motto tucked right under my site URL in my header using CSS and can't quite get it right. I tried <h4> </h4> instead of <p></p>. Motto is showing up above domain name, still having trouble getting motto under domain name. Here's my code: <div id="header"> <div id="logo"> <h1><a href="#">mywebsite.com</a></h1><br /> <p><i>My motto here.</i></p> </div></div> and I have a bunch of complicated CSS, but...
Continue reading about
How do I tuck my corporate motto under my site name in CSS?