• I am using the theme Daydreams 2.0 on https://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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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!

    Thread Starter auerbach

    (@auerbach)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Indent Tagline in Daydreams 2.0 Theme’ is closed to new replies.