Title: Centering Mobile Logo
Last modified: August 22, 2016

---

# Centering Mobile Logo

 *  [andrew90](https://wordpress.org/support/users/andrew90/)
 * (@andrew90)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/centering-mobile-logo/)
 * On my mobile site my logo is off set to the right. I would like to center it 
   on the mobile site, but keep it where its at on the desktop site. Anyone know
   how to do this?
 * Link to site: [http://www.borderlandexpeditions.com](http://www.borderlandexpeditions.com)

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/centering-mobile-logo/#post-5479444)
 * Try adding this css in the theme options:
 *     ```
       @media (max-width: 767px) {
       #logo .kad-retina-logo {
       margin: 0 auto;
       }
       }
       ```
   
 * You should also update your theme.
 * Kadence Themes
 *  Thread Starter [andrew90](https://wordpress.org/support/users/andrew90/)
 * (@andrew90)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/centering-mobile-logo/#post-5479446)
 * That worked! Thanks. Can I also manipulate the size of the logo displayed on 
   the mobile?
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/centering-mobile-logo/#post-5479496)
 * Hey andrew90, I’m assuming you want it smaller? Something like this should work:
 *     ```
       @media (max-width: 767px)
       #logo .kad-retina-logo {
       max-height: 120px;
       }
       ```
   
 * Feel free to play around with the number.
    Hannah
 *  Thread Starter [andrew90](https://wordpress.org/support/users/andrew90/)
 * (@andrew90)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/centering-mobile-logo/#post-5479543)
 * That’s not working for some reason. I tried adjusting the max height to several
   different sizes and I cleared my cache also.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/centering-mobile-logo/#post-5479553)
 * Sorry, forgot to add the brackets:
 *     ```
       @media (max-width: 767px) {
       #logo .kad-retina-logo {
       max-height: 120px;
       }
       }
       ```
   

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

The topic ‘Centering Mobile Logo’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/centering-mobile-logo/#post-5479553)
 * Status: not resolved