I need to move Tagline to top of page

  • Unknown's avatar

    My tagline is currently to the of my page and I would like it at the top … or so I think, but I cannot do it to see if its what I would like.

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

  • Unknown's avatar

    Given the structure of the HTML and the CSS, this isn’t going to be possible. The header div is set as fixed, and that means that everything within that div ,including the title and tagline, is then contained within that parent header div. To move it outside of that div would mean we would have to set the header (everything on the left of the content) to be not-fixed and then it would scroll with all the content instead of being fixed.

  • The topic ‘I need to move Tagline to top of page’ is closed to new replies.