Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #458801

    please see the attached link – the logo, no matter how small i make it, bumps the mobile menu down and creates a large white space.

    can you help? thanks!

    #459148

    Hi charger70!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .main_menu {
      height: auto !important;
    }
    

    Best regards,
    Rikard

    #459421

    no, rikard, still showing a huge space. any ideas?

    #459849

    Hey!

    I can’t see the style I gave you applied, please try this instead:

    @media only screen and (max-width: 767px) {
    .main_menu {
      height: auto !important;
    }
    }

    If it doesn’t work then please provide us with a temporary admin login so that we can have a closer look. You can post the details here as a private reply. Also, make sure to disable any caching plugin and delete your browser cache while testing.

    Cheers!
    Rikard

    #460088
    This reply has been marked as private.
    #460510

    thanks for your help, this issue is becoming urgent with the client.

    #461038

    Hi!

    I can’t see the issue on your site anymore, please make sure to clear all cache from your mobile browser and reload a few times to see the actual version.

    Cheers!
    Rikard

    #461086
    This reply has been marked as private.
    #461671

    Hi!

    I’m getting a 404 page on your last link and it seems to be using a different theme? But I’m getting the correct look on the development site: http://imgur.com/xa4eQP0. Could you try to clear your browser cache and reload a few times?

    Best regards,
    Rikard

    #461696
    This reply has been marked as private.
    #462014

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    #header_main .inner-container {
      height: auto;
    }}

    Best regards,
    Yigit

    #462023

    oh thank god, yigit, you fixed it!!! THANK YOU DUDE!!!

    always, always, you rock for me. much respect!

    #462024

    Hey!

    You are welcome Jim, always happy to help!
    Have a great weekend! :)

    Best regards,
    Yigit \m/

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘logo not sizing properly on mobile – bumping down mobile menu and white space’ is closed to new replies.