Title: Logo position issue
Last modified: February 13, 2017

---

# Logo position issue

 *  Resolved [umairee95](https://wordpress.org/support/users/umairee95/)
 * (@umairee95)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/)
 * Hello,
 * Thank you for creating this beautiful WP theme.
 * I want to ask you how I can change the logo position in MH magazine lite, which
   by default appears on top of the site title.
 * How can I make it appear on the left side of site title and tagline? Or, how 
   can I make logo and site title sections appear on the same line?
 * Also, how can I remove the author name? which by default appears on every post
   just below the title?

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/#post-8802527)
 * Hi Umairee95,
 * thanks for using MH Magazine _lite_ and we’re very happy that you like the theme.
 * > How can I make it appear on the left side of site title and tagline? Or, how
   > can I make logo and site title sections appear on the same line?
 * That isn’t possible out of the box. The theme has been designed to either display
   site title & tagline **or** a logo image, not really both at the same time. In
   addition you can upload a full-width header image.
 * In case you need anything else, you could [create a custom child theme](https://www.mhthemes.com/support/creating-and-using-child-themes-wordpress/)
   and modify the content in the header based on your personal needs and requirements(
   if you’re familiar with coding).
 * > Also, how can I remove the author name? which by default appears on every post
   > just below the title?
 * You could hide the author name on posts with a line of CSS:
 * `.entry-meta-author { display: none; }`
 * As an alternative, you could have a look at the [premium version of MH Magazine](https://www.mhthemes.com/themes/mh/magazine/),
   which includes options to hide post meta data, amongst various other additional
   features, options and custom widgets to configure your website.
 *  Thread Starter [umairee95](https://wordpress.org/support/users/umairee95/)
 * (@umairee95)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/#post-8808289)
 * Where should I put this one line of code? (I am not very familiar with coding)
   And also, If I am not making any large customizations, do I still need to create
   a child theme? Can’t I just save the changes somewhere – which I do to my parent
   theme – and reapply those changes to the new updated version of the theme?
 * And you also mentioned that I can place the header image at the top, but what
   if I want to run an ad in that header space? Is that only possible in the premium
   theme?
 * Thank you for your response 🙂
    -  This reply was modified 9 years, 2 months ago by [umairee95](https://wordpress.org/support/users/umairee95/).
    -  This reply was modified 9 years, 2 months ago by [umairee95](https://wordpress.org/support/users/umairee95/).
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/#post-8808617)
 * > Where should I put this one line of code?
 * Just add the code under **Appearance => Customize => Additional CSS** in your
   WordPress dashboard.
 * > …do I still need to create a child theme?
 * No, there is no need to create a child theme if you just want to add a line of
   CSS. Child themes are for larger customizations that also involve HTML/PHP changes.
 * > …what if I want to run an ad in that header space? Is that only possible in
   > the premium theme?
 * Yes, the additional widget area in the header is only available in the [premium version of MH Magazine](https://www.mhthemes.com/themes/mh/magazine/)(
   see [theme demo](http://www.mhthemes.com/demo/?theme=magazine)).
 * Here you can learn more about placing ads: [How to place ads and banners](https://www.mhthemes.com/support/place-ads-in-wordpress-theme/).
 *  Thread Starter [umairee95](https://wordpress.org/support/users/umairee95/)
 * (@umairee95)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/#post-8817416)
 * I have put this code and it hides the author name on individual posts. But the
   problem is still there if I open any category. The posts under that still show
   author name.
    How do I make sure it doesn’t happen anywhere? Not even in the 
   facebook when I share it. Like facebook automatically shows sitename and byline
   below the content.
    -  This reply was modified 9 years, 2 months ago by [umairee95](https://wordpress.org/support/users/umairee95/).
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/#post-8817500)
 * As mentioned already in your other threads, 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 website and then use that information to add 
   your own custom CSS code, for example:
 * `.mh-meta-author { display: none; }`
 * Please also keep in mind that when you hide elements with CSS, they are still
   available in the source code on your site which can be crawled by search engines
   or social networks.
 * Completely removing the post meta data would only be possible by coding a custom
   child theme and then modify the theme based on your personal needs and requirements(
   if you’re familiar with coding) or, as an alternative, just upgrade to the premium
   theme and use the included options to disable post meta data.

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

The topic ‘Logo position issue’ 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/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/mh-themes/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/logo-position-issue/#post-8817500)
 * Status: resolved