Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13827
    marcie1980
    Member

    http://www.freshthrift.com

    I cannot seem to get the font of the tagline smaller and move to the right side.

    #13832
    Sakin
    Keymaster

    @marcie1980: You have empty tagline in your site. Check in “Settings => General”. Maybe you are talking about Site Title. If that is the case then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the font size and alignment.

    h1#site-title {
        font-size: 20px;
    }
    #site-details {
        padding: 0;
        text-align: right;
        width: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tagline Alignment’ is closed to new replies.