Title: Moving Custom logo
Last modified: August 31, 2016

---

# Moving Custom logo

 *  [matejada](https://wordpress.org/support/users/matejada/)
 * (@matejada)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/)
 * Hello Guys,
 * Any help would be greatly appreciated.
    I would like to know how I can move my
   custom logo image next to my navbar. I have tried using the following code, but
   it has not worked:
 * .logo .img-responsive {
    margin-left: -180px; margin-bottom: -100px; position:
   relative; z-index: 1; }
 * it only worked moving my logo to the left, but not the bottom.
 * [My site](http://www.nationallighting.com/)
 * Thank you!

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

 *  [coredesigners.net](https://wordpress.org/support/users/coredesigners/)
 * (@coredesigners)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411360)
 * You have to include both logo and nav in same div to do this. Also, take care
   of column sizes.
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411365)
 * since you have the position set to relative you can use css attributes top,left,
   bottom,and right to position it. You have to be careful not to overlay any of
   your elements
 * example
 *     ```
       .logo .img-responsive {
           margin-left: -180px;
           margin-bottom: -100px;
           position: relative;
           z-index: 1;
           top: 88px;
       }
       ```
   
 *  Thread Starter [matejada](https://wordpress.org/support/users/matejada/)
 * (@matejada)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411386)
 * thank you so much guys.
 * [@mrtom414](https://wordpress.org/support/users/mrtom414/) – that really help.
   
   What I was envisioning was placing my custom logo and contact info along in line
   with the navbar. But I think freely moving the logo won’t help much because the
   contact info still remains top-right making the whole thing look awkward.
 * But anyways, thank you guys!
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411423)
 * You might be able to do this with flex boxes but it would take a little experimenting.
   I know if you set margins to 100% in a flex box it will use all remaining space
   to separate the elements. If I had more time I would play with it but I have 
   to catch a plane
 *  Thread Starter [matejada](https://wordpress.org/support/users/matejada/)
 * (@matejada)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411460)
 * Thank you for your support. I would definitely look into it.
    I also thought 
   of decreasing header size. That way, I’m assuming that will push my contact info
   closer to my navbar.
 * Do you know how I can do this?
 * Thank you!
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411486)
 * Hi.@matejada
 * Please raise your issue on Premium Theme Forum, here we provide only free theme
   support.
 * Thanks.

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

The topic ‘Moving Custom logo’ is closed to new replies.

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

## Tags

 * [bottom](https://wordpress.org/support/topic-tag/bottom/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [moving](https://wordpress.org/support/topic-tag/moving/)
 * [nav bar](https://wordpress.org/support/topic-tag/nav-bar/)

 * 6 replies
 * 4 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/moving-custom-logo/#post-7411486)
 * Status: not resolved