Title: Header image right
Last modified: August 31, 2016

---

# Header image right

 *  Resolved [jmulder](https://wordpress.org/support/users/jmulder/)
 * (@jmulder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/)
 * Hi,
 * I’ve added an image to the header right at [http://www.mencke.nl/nieuwesite/](http://www.mencke.nl/nieuwesite/).
   Who can help me move it more to the top? This is my current custom css:
 * #img-header-corner{
    padding : 30px; margin : 70px; width: 100px; float : right;}

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

 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903652)
 * Hi,
    “More to the top” – Do you want it in line with the menu?
 *  Thread Starter [jmulder](https://wordpress.org/support/users/jmulder/)
 * (@jmulder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903655)
 * Yes, inline with the menu and/or logo
 *  Thread Starter [jmulder](https://wordpress.org/support/users/jmulder/)
 * (@jmulder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903789)
 * Who can help to get the right image in line with the menu in the header?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903807)
 * It looks in line to me:
 * [Image](http://imgur.com/n6qYIN7)
 *  Thread Starter [jmulder](https://wordpress.org/support/users/jmulder/)
 * (@jmulder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903867)
 * Yes, I managed to get in line. Now I want to hide it on mobile. Can’t get that
   to work. I added this to my custom CSS but still shows up on mobile…
 * //Remove images
    [@media](https://wordpress.org/support/users/media/) (max-width:
   480 px) { #img-header-corner { display: none; visibility: hidden; } }
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903868)
 * Try this:
 *     ```
       /* Remove images */
       @media all and (max-width: 480px) {
       #img-header-corner {
       display: none;
       }
       }
       ```
   
 * You’ve also mistyped `height: 100px` but not having any impact anyway.
 *  Thread Starter [jmulder](https://wordpress.org/support/users/jmulder/)
 * (@jmulder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903869)
 * Hi,
 * Thanks, but it doesn’t seem to work.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903870)
 * You keep adding a space : 480 px
 * Take out that space and make it 480px
 *  Thread Starter [jmulder](https://wordpress.org/support/users/jmulder/)
 * (@jmulder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903871)
 * Ooops 😉
    Thanks, now it works!

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

The topic ‘Header image right’ is closed to new replies.

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

 * 9 replies
 * 3 participants
 * Last reply from: [jmulder](https://wordpress.org/support/users/jmulder/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/header-image-right/#post-6903871)
 * Status: resolved