Title: Logo/title positioning.
Last modified: August 21, 2016

---

# Logo/title positioning.

 *  [entropy111](https://wordpress.org/support/users/entropy111/)
 * (@entropy111)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/logotitle-positioning/)
 * Does anyone know how to reposition the logo/title about 20px down and 20px to
   the right?
 * Here is my site: [http://patentcrew.com/](http://patentcrew.com/)
 * Basically, I’m trying to make it look like this:
 * > [View post on imgur.com](https://imgur.com/zrKLVbh)
 * Having a hard time. The menu div extends all the way under the logo, blocking
   it from going down.
 * Any input would be appreciated.

Viewing 1 replies (of 1 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/logotitle-positioning/#post-4193709)
 * Try adding this to your child theme style.css file:
 *     ```
       #menu-primary {
           clear: none;
           float: none;
           margin-top: 10px;
       }
       #branding {
           width: auto;
   
       }
   
       #header {
          padding-bottom: 10px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Logo/title positioning.’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oxygen/0.6.0/screenshot.png)
 * Oxygen
 * [Support Threads](https://wordpress.org/support/theme/oxygen/)
 * [Active Topics](https://wordpress.org/support/theme/oxygen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oxygen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oxygen/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/logotitle-positioning/#post-4193709)
 * Status: not resolved