Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #305124

    Hi,
    I was just going thru the forum looking at various posts to see if I could troubleshoot the issue myself regarding the logo in the mobile menu being stretched vertically. In addition, the menu is sitting on top of the logo.

    I’ve looked at this post and tried to implement some of the code but it didn’t change anything.

    https://kriesi.at/support/topic/logo-in-mobile-responsive-view-stretched-and-menu-on-top-of-it/page/2/

    I’m a bit lost and would love some help to getting this resolved.

    Thanks

    • This topic was modified 9 years, 8 months ago by slui.
    #305127

    I should add that this issue also occurs when I resize the browser. See the attached links for the images

    • This reply was modified 9 years, 8 months ago by slui.
    #305248

    Hey!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css to adjust the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100%;
    height: 27px !important;
    max-height: 27px !important;
    }
    
    .responsive .mobile_slide_out .logo {
    float: left;
    top: 30px;
    position: relative;
    }
    }

    Regards,
    Ismael

    #305324

    Thanks Isamel….were you able to see the change on your mobile phone. I can’t seem see the change…

    sl

    #305687

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { height: auto !important }}

    Best regards,
    Yigit

    #307037

    Hi,

    Here is what I’m still seeing after implementing the code you’ve provided. As you can see, the log image still looks very much stretched vertically. I would like it shrink and move left so that the drop down menu is not cover the logo.

    See this link here:

    I look forward to your response.

    sl

    #307123

    Hey!

    Where did you add the code? I can’t see it when I checked the logo. If you have a cache or minify plugin, please deactivate them first then test the suggested solution above.

    Regards,
    Ismael

    #307131

    I added this into the Quick CSS section. I don’t have any cache or minify plugin working at the moment.

    #307132

    This is what I have added into the code:

    /** Mobile Logo and Menu **/
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { height: auto !important }}
    
    .responsive .mobile_slide_out .logo {
    float: left;
    top: 30px;
    position: relative;
    }
    }
    #307240

    Hi!

    I’m sorry but it’s not there. Please use this instead:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100%;
    height: 27px !important;
    max-height: 27px !important;
    }
    
    .responsive .mobile_slide_out .logo {
    float: left;
    top: 30px;
    position: relative;
    }
    }

    If it’s alright, please post the login details here. We would like to check it.

    Regards,
    Ismael

    #307444
    This reply has been marked as private.
    #307446
    This reply has been marked as private.
    #307458

    Hi!

    You have CSS minifying feature enabled on “Autoptimize” plugin and it is stopping Ismael’s code from being applied. Please try disable CSS minifying feature, apply the code and then re-enable.

    Best regards,
    Yigit

    #307517

    Hi Yigit,

    I’ve disabled Autoptimize and deleted the cache. I’ve implemented the code and it has no effect that I can see.

    sl

    #307686

    Hey!

    Autoptimize is still enabled so I disabled it but the css is still not working. Please go to wp-content > uploads > dynamic_avia folder then delete the enfold_child.css file there. Go back to the Theme Options then toggle any settings to regenerate the file.

    Regards,
    Ismael

    #307817

    Hey Ismael,
    Thanks for the tip. That was incredibly useful tip. BTW, what file permissions should that directory and its file should have? 777?
    sl

    #308119

    Hi!

    Yes, it should be 777 or 7777.

    Regards,
    Josue

    #308121

    Thanks…please close this file

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Logo in Mobile format Is Stretched’ is closed to new replies.