Website Logo always on the left side

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #516010
    Jonas Jacobsen
    Participant

    I want my Websitelogo always on the left side. Unfortunatly when my Topmenu gets to big, emmet automaticly puts the logo in the center. How can I fix that?

    #516487
    J. Davis
    Keymaster

    Hello Jonas,

    Please check license activation and make sure you use latest version of Emmet theme. At this moment it is 1.5.0. and Emmet Theme Engine plugin 1.3.0. If everything is up to date can you provide me with live example?

    Best regards,
    MotoPress Team

    #544835
    Jason Denis
    Participant

    Hi MotoPress Team.

    I’m trying to accomplish the same thing that Jonas is requesting here, in this thread, on my website http://harmonyusinc.net – I have verified that my license is valid, the site activated and that the installed versions match the latest Emmet 1.5.0 Template & 1.3.0 Theme Engine. However, I can’t locate anywhere in the theme options to left justify the logo.

    Please advise on how to achieve this. Thank you.

    Best regards,

    Jason

    • This reply was modified 6 years, 9 months ago by Jason Denis.
    #545233
    J. Davis
    Keymaster

    Hi Jonas,

    You can try to apply the style below:

    .site-logo{
    float:left !important;
    }

    Best regards,
    John

    #545252
    Jason Denis
    Participant

    Hi John.

    Thank you very much. The CSS Snippet worked perfectly.

    Best regards,

    Jason

    #545268
    Jason Denis
    Participant

    John,

    I noticed a display problem after implementing this CSS snippet,

    .site-logo{
    float:left !important;
    }

    When viewing on a mobile device the logo doesn’t display properly. It hides behind the main navigation drop down container.

    Any suggestions?

    Regards,

    Jason

    #545520
    J. Davis
    Keymaster

    Hi Jason:

    Please try to apply the styles below:

    @media (max-width: 767px){
    .site-header .site-logo{
    float:none !important;
    }
    }

    Best regards,
    John

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.