Site logo

Archived topic

Top Tagline positioning ?

7 replies · Started by Edward on July 17, 2016

Viewing posts 1–8 of 8

Have a Top Tagline positioning question

On this site how can i move the top tagline down some and make it larger as well? When i do it now and make the text larger the text starts to touch the other title.

http://crystalriverweddingservice.com/photo-gallery-one/

Thanks

You can move it down with this CSS:

.site-description {
    margin-top: 10px;
}

Then you can adjust the size in the Customizer :)

Thanks..!!

You're welcome :)

One more ? can i center it i tryed <center> this did not work thanks

Try adding the CSS below to the code Tom provided above:
text-align: center;

That moved itsome

.site-description {
margin-top: 5px;
text-align: center; }

I was really wanting it to be center of the page going under the title and menu area is that possible.

I'm not sure what you mean? It looks completely center to me?

This archived topic is closed to new replies.