Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176633

    Hi,

    I’m experiencing huge space between header and content on iPhone.
    I have a quite big logo and I had to adapt css to have it display properly :

    #header_main { padding-bottom: 100px!important; }
    strong.logo { height: 188px!important; }
    #top .title_container .container{ min-height: 40px !important; }

    any idea on how to manage this issue ?
    http://www.drawingnowparis.com

    thanks !

    #176727

    Hi totofunk!

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

    @media only screen and (max-width: 768px) { #header_main { padding-bottom: 0px!important; }
    strong.logo { height: 120px!important; } }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘issue with big logo on iphone’ is closed to new replies.