Need to add an additional subtitle

  • My theme only allows a Title and a sub title. I would like to put a medium point sub title between the two of them. I am not very good at CSS, but would appreciate if anyone has any suggestions to please send them my way.
    Thank you

    The blog I need help with is: (visible only to logged in users)

  • I’ve used the header-right div and moved it over and under the title and then moved the tagline/site description down to make room for it. in #header-right:after, just edit the text in the “content” declaration.

    #header-right:after {
    content: "Put your text here";
    position: relative;
    left: -880px;
    top: 80px;
    }
    #header-left p {
    margin-top: 30px;
    }
    
    #header-left {
    padding-bottom: 10px;
    }
  • The topic ‘Need to add an additional subtitle’ is closed to new replies.