Title: Logo help
Last modified: April 10, 2017

---

# Logo help

 *  Resolved [timtekk](https://wordpress.org/support/users/timtekk/)
 * (@timtekk)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-help-7/)
 * Hello,
    I am looking to align my logo next to my title. Please see my website
   @ tmtechnologyllc.com
 * I’d like the logo to be to the left of my title TM TECHNOLOGY, not sitting on
   top of it.
 * Thank you

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-help-7/#post-9017500)
 * Hi Timtekk,
 * thanks for using MH Magazine _lite_.
 * The theme is supposed to display either a logo or site title / tagline, not really
   both at the same time. People usually upload either a full-width header image,
   or logo or display site title and tagline instead.
 * However, if you are familiar with coding, you can always [use your browsers inspection tool](https://www.mhthemes.com/support/browser-developer-tools-to-inspect-code-wordpress-websites/)
   to inspect the elements on your site and then use that information to modify 
   the position of the elements in the header, for example:
 *     ```
       .custom-logo-link { float: left; margin-right: 20px; }
       @media screen and (max-width: 767px) {
           .custom-logo-link { float: none; margin-right: 0; }
       }
       ```
   
 * You can add CSS code in your WordPress dashboard under **Appearance => Customize
   => Additional CSS**.
 *  [kelvinfreshfruitfaith](https://wordpress.org/support/users/kelvinfreshfruitfaith/)
 * (@kelvinfreshfruitfaith)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/logo-help-7/#post-9063321)
 * Hallo MH Themes, I had the same intention to set a custom logo. I’m very happy
   to have found this conversation and solution. I have added the CSS you’ve provided,
   I can’t notice any changes yet and I also don’t know where to now go and add 
   the logo as it is ready to be in use.
    I am very grateful for your directions
   in advance.
 *  [kelvinfreshfruitfaith](https://wordpress.org/support/users/kelvinfreshfruitfaith/)
 * (@kelvinfreshfruitfaith)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/logo-help-7/#post-9063329)
 * Timtekk nice website by the way, though I’d recommend some more catchy appearance
   tweaks here and there but you’ve done a good job so far, congrats
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/logo-help-7/#post-9064121)
 * [@kelvinfreshfruitfaith](https://wordpress.org/support/users/kelvinfreshfruitfaith/)
   You’ve uploaded an extremely large header image to your site (not a custom logo),
   so this approach won’t work for you anyway. But you can upload a logo in your
   WordPress dashboard under **Appearance => Customize => Site Identity**.
 * By the way, if you have any questions, please don’t post in old threads, but 
   instead [open your own forum thread](https://wordpress.org/support/theme/mh-magazine-lite/#new-post)
   with your question, thanks.

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mh-magazine-lite/2.10.0/screenshot.
   png)
 * MH Magazine lite
 * [Support Threads](https://wordpress.org/support/theme/mh-magazine-lite/)
 * [Active Topics](https://wordpress.org/support/theme/mh-magazine-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mh-magazine-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mh-magazine-lite/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/mh-themes/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/logo-help-7/#post-9064121)
 * Status: resolved