Title: Specific logo&#8217;s position
Last modified: December 27, 2016

---

# Specific logo’s position

 *  Resolved [mehmet1980](https://wordpress.org/support/users/mehmet1980/)
 * (@mehmet1980)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/specific-logos-position/)
 * Dear,
    First, i would like to say thank you for your awesome plugin.
 * We’ve add a logo and would like to set a X position from left of the mobile. 
   Actualy, the logo is just centered on the page.
 * Regards

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/specific-logos-position/#post-8593164)
 * Hi,
 * Thanks for the kind words.
    You can add the code below to the custom css option
   in General options.
 * Adjust the desired margin-left value and replace the 1200px by your Width Trigger
   value.
 *     ```
       @media only screen and (max-width: 1200px){
         .logo-holder {
           text-align: left!important;
           margin-left: 60px;
         }
       }
       ```
   
 * Hope it helps.
 * -Takanakui
 *  Thread Starter [mehmet1980](https://wordpress.org/support/users/mehmet1980/)
 * (@mehmet1980)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/specific-logos-position/#post-8593979)
 * Thank you for your kind information 🙂
    I’m trying it and be back to you soon
   🙂
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/specific-logos-position/#post-8595138)
 * ok. Let me know the result.
 * -Takanakui

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

The topic ‘Specific logo’s position’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/specific-logos-position/#post-8595138)
 * Status: resolved