Title: Positioning Tagline
Last modified: August 19, 2016

---

# Positioning Tagline

 *  Resolved [judahfreed](https://wordpress.org/support/users/judahfreed/)
 * (@judahfreed)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/positioning-tagline/)
 * I am building a blog at
    [http://media-visions.com/media_reports/](http://media-visions.com/media_reports/)
 * I’ve been trying for most of today to get the tagline in the header to move from
   middle left to bottom right.
 * Everything I’ve tried so far in the style sheet has not worked.
 * Please help.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [hkolsen](https://wordpress.org/support/users/hkolsen/)
 * (@hkolsen)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/positioning-tagline/#post-697623)
 * Hi there,
 * I think I may have a solution – you may have to add your own <div> to that link.
   That’s usually a quick, easy way to fix finicky things.
 * Here’s my idea:
 * Instead of:
    <div id=”header”> <h1>[Media Visions Reports](http://media-visions.com/media_reports)
   </h1> <h2>[Media trade reports by Ken Judah Freed<text align: right>](http://media-visions.com/media_reports/)
   </h2> </div>
 * Try this:
    <div id=”header”> <h1>[Media Visions Reports](http://media-visions.com/media_reports)
   </h1></div> <div id=”tagline”> <h2>[Media trade reports by Ken Judah Freed<text align: right>](http://media-visions.com/media_reports/)
   </h2> </div>
 * Then in your CSS, add:
 * #tagline {
    position: absolute; left: 740px; top: 183px; }
 * This may or may not resolve your problem, but I thought you might give it a shot!
 * Hope that helps!
 *  Thread Starter [judahfreed](https://wordpress.org/support/users/judahfreed/)
 * (@judahfreed)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/positioning-tagline/#post-697663)
 * That worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Positioning Tagline’ is closed to new replies.

## Tags

 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [style.css](https://wordpress.org/support/topic-tag/style-css/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)
 * [tagline](https://wordpress.org/support/topic-tag/tagline/)

 * 2 replies
 * 2 participants
 * Last reply from: [judahfreed](https://wordpress.org/support/users/judahfreed/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/positioning-tagline/#post-697663)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
