Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #229775
    #229783

    Hey sharonreiley!
    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .logo, .logo a, .logo im { max-height: 67px!important; }}

    Regards,
    Yigit

    #245641

    hi Yigit
    i have the same issue and the code suggested by you didn’t work for me. please help…

    link to website: http://www.oshonow.net

    #245646

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }
    #header_main { height: 120px; }
    #advanced_menu_toggle { top: 130%; }}

    Regards,
    Yigit

    #245648

    thanks yigit
    that is better as the Menu button has come down and doesn’t cover the logo anymore.
    but the logo is still cropped on the right side and there is lot of space available on the left. pls help…

    #245652

    Hey!

    I just checked your website on my iphone 4 and logo is not cut off on my end. Can you post a screenshot of the issue you are getting?
    Please make sure to flush browser cache after applying custom CSS code

    Best regards,
    Yigit

    #245656

    dear yigit, thanks again

    i flushed the browser cache on my phone (Samsung Galaxy Note 3) and still have the same issue. the pic is here:

    Logo is Cropped on the right side...

    please _/\_

    #245720

    hi yigit
    added the following code to Quick CSS and it seems to work alright:

    .responsive .logo a, .responsive .logo img {
    width: 100% !important; }

    hope it doesn’t break anything, as am just an amateur and tried to do something while waiting for the reply. please let me know that it is ok to keep this code…

    #245733

    Hey!

    This is how it looks on my end – http://i.imgur.com/oGVuaP6.png
    I also tried resizing browser window and there is no problem. Let us know if anything comes up :)

    Best regards,
    Yigit

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