Twenty eleven child: how to put site title and site description on same line
-
Hi
I have a twenty eleven child theme. https://www.sparklynx.be/preview/bric_consult/
I want the site title and site description to be on the same line, in 2 different colors. The easiest way I can think of is to tell the CSS to put those two on the same line.
But because they are positioned in different ways, I’m struggling to make that happen… Any pointers would be greatly appreciated!
This is my code:
/*style and position site description*/ #site-description { color: #b9b9b9; font-size: 60px; text-align:right; font-family: Rockwell Extra Bold; margin: 0 0 0 0; } /*style and position site title*/ #site-title { font-family: Rockwell Extra Bold; text-align:left; padding: 3em 0 0; } #site-title a { color: #7A7A7A; font-size: 60px; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; float: right; }
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Twenty eleven child: how to put site title and site description on same line’ is closed to new replies.