Tag Line position
- The topic ‘Tag Line position’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
On the Corporate Theme Example it has the tag line on the right side of the logo. However, when I put in the tagline it appears underneath my logo instead of on the right side of the logo. Could you provide coding/instructions on how to change the positioning of the tag line?
Also, I want to change the font to match the font in the rest of my website. Could you provide coding for that as well? Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there,
I am sorry for the late reply.
If the logo width is more than 96px, then the tagline will appear below the logo. So, I suggest you use a logo like this: https://corporatethemedemo.files.wordpress.com/2015/08/logo1.png
Cheers
Actually, when I added the tagline (minus a site title) it appeared on the side of the logo instead of underneath it. Is there a way I can change the font and position and padding of the tagline?
Hi there,
Please use CSS like the following:
.site-description {
padding-left: 190px;
font-size: 20px;
}
Cheers