[Resolved] Top Tagline positioning ?

Home Forums Support [Resolved] Top Tagline positioning ?

Home Forums Support Top Tagline positioning ?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #210723
    Edward

    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

    #210724
    Tom
    Lead Developer
    Lead Developer

    You can move it down with this CSS:

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

    Then you can adjust the size in the Customizer ๐Ÿ™‚

    #210936
    Edward

    Thanks..!!

    #210937
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #210938
    Edward

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

    #210952
    Bishop

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

    #211034
    Edward

    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.

    #211054
    Tom
    Lead Developer
    Lead Developer

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.