Forums

Indent Tagline in Daydreams 2.0 Theme (3 posts)

  1. auerbach
    Member
    Posted 2 years ago #

    I am using the theme Daydreams 2.0 on http://www.lifeboatmars.com. I have replaced the head.gif image with my own, and changed the position of the Blog Title. But I cannot figure out how to indent the tagline under the Blog Title so it lines up correctly. Any help would be greatly appreciated.

  2. cdybenko
    Member
    Posted 2 years ago #

    In the file style.css change the line:
    #headertitle .description{font-size:1.2em;line-height:2em;}

    To this:
    .description{font-size:1.2em;line-height:2em;padding-left:12px;}

    Explanation:

    • There is no ID of "#headertitle" used in your HTML. IT was blocking the browser from finding the nested "description" class.
    • By adding "padding-left:12px" to your "description" class, it will be equal to the padding-left set on your title.

    Good luck!

  3. auerbach
    Member
    Posted 2 years ago #

    Thank you so much!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.