• Resolved timtekk

    (@timtekk)


    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)
  • 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 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

    (@kelvinfreshfruitfaith)

    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

    (@kelvinfreshfruitfaith)

    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

    @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 with your question, thanks.

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

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