Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #417298

    Hi, as you can see here -http://screencast.com/t/juNHKJQJqW1 – the mobile menu overlaps the logo and it doesn’t look good. How can I move the logo to the right so the menu won’t go over it?

    #417542

    Hi,

    I’m having the same problem http://www.4dmedia.net and the header image don’t crop to fit.

    #417670

    I’m having the same issue: http://www.jhgppp.co.za

    #417846

    Hey!


    @bakbek
    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    strong.logo, .logo img {
      float: right;
    }}


    @slarocque
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1110px) and (min-width: 990px) {
    .logo * {
      max-width: 83%;
      top: 20px;
    }}


    @maraleen
    Can you please update Enfold to the latest version 3.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #418070

    Doesn’t look like it made any difference. The logo is still on the left behind the mobile menu.

    #418074

    Hi!

    Please try adding !important rule as following

    @media only screen and (max-width: 768px) {
    strong.logo, .logo img {
      float: right !important;
    }}

    code is currently not being applied

    Regards,
    Yigit

    #418874

    Worked. Thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu goes over logo on mobile’ is closed to new replies.