Make tagline under site title one line.
-
I have my blog that has a logo then tagline and it is one word long on the second line. I have CSS and need to know what to put to make some more space on that horizontal line to have it be just one line.
I’m using Church theme with the Omega parent theme here: iontensity.com
my site description looks like this:
.site-title {
font-size: 45px;
margin: 0;
line-height: 1;
}.site-title a,
.site-title a:hover {
color: #211b1a;
}.site-description {
color: #211b1a;
font-size: 17px;
margin: 1;thank you
The blog I need help with is: (visible only to logged in users)
-
Hi @hayleyunterreiner, it looks like you are using WordPress on http://iontensity.com/, but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site, and the length of the title and description are constrained in .title-area at 400px.
- The topic ‘Make tagline under site title one line.’ is closed to new replies.