Title: Logo position
Last modified: August 22, 2016

---

# Logo position

 *  Resolved [bassplayer84](https://wordpress.org/support/users/bassplayer84/)
 * (@bassplayer84)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/)
 * Is it possible to edit the logo position in the header?
    It seems it has some
   white space between the top bar, but it’s aligned instead to the bottom of the
   header itself.
 * And is it possible to move the logo a bit to the left of the page?
 * Thnx

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

 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769511)
 * Hi there!
 * If you post a link to your website we can talk a look a possibly suggest a code
   snippet for you to use.
 * Cheers!
 * Luke the Daft Duke
 *  Thread Starter [bassplayer84](https://wordpress.org/support/users/bassplayer84/)
 * (@bassplayer84)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769585)
 * [http://www.ipasvirimini.it](http://www.ipasvirimini.it)
 * thnx
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769613)
 * I was able to move the header using this snippet of code:
 *     ```
       .site-header img {
         margin: 0 10px 10px 0;
       }
   
       #masthead-wrap {
          padding: 0;
       }
       ```
   
 * Which gave me this result: [Screenshot](http://postimg.org/image/84sgstdi7/)
 * You can paste this code in your [child theme’s](http://codex.wordpress.org/Child_Themes)
   style.css or in a custom css plugin such as [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * I hope that helps!
 * Luke the Daft Duke
 *  Thread Starter [bassplayer84](https://wordpress.org/support/users/bassplayer84/)
 * (@bassplayer84)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769697)
 * Thnx for reply.
 * To be honest with this CSS i have now the logo more to the left of the page, 
   but it’s still too much near the bottom part then the upper.
 * In your screenshot it’s like i would like it to be 😉
 * thnx
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769705)
 * Hi again,
 * It looks like the first part is not being applied. Try adding `!important` to
   the end of the first declaration. Like this:
 *     ```
       .site-header img {
         margin: 0 10px 10px 0 !important;
       }
       ```
   
 *  Thread Starter [bassplayer84](https://wordpress.org/support/users/bassplayer84/)
 * (@bassplayer84)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769712)
 * Now it’s ok!!!
 * And if i’d like to move it a bitter to the right?
 * Thnx again!
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769713)
 * Ok,
 * In the last code snippet I sent you the margin had four numbers.
 * like this:
 * margin: 0 10px 10px 0
    top right bottom left
 * So if you adjust the last one (left) this will move it to the right (pushing 
   it away from the left).
 * Try 10px and increase it if you want to push it further right.
 *     ```
       .site-header img {
         margin: 0 10px 10px 10px !important;
       }
       ```
   
 *  Thread Starter [bassplayer84](https://wordpress.org/support/users/bassplayer84/)
 * (@bassplayer84)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769714)
 * I do not know how to thank you!!!!
 * Great teachings 😉
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769716)
 * Your welcome. Glad you got it sorted 🙂

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

The topic ‘Logo position’ is closed to new replies.

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

 * 9 replies
 * 2 participants
 * Last reply from: [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/logo-position-6/#post-5769716)
 * Status: resolved