Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #384129

    Hello,
    After updating the enfold theme to 3.0.5 i have a few issues:
    The desktop version is fine and displays properly.
    Issues:
    1) the website does not fill the width on ipad horizontal screen.

    2) the header area behind / around logo and menu icon on Mobile phones is very tall.

    Note: I have a tall logo and have some custom css that seems to be effecting #2 but I don’t know how to fix. I have no idea what is causing #1.

    Please advise.

    #384556

    Hi edebe!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) {
    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header {
    max-width: 100%; }}
    @media only screen and (max-width: 480px) {
    .social_header #top .logo, .logo a { height: 90px; }}

    Best regards,
    Yigit

    #384630

    Great thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘website does not fill screen width on ipad after update enfold 3.0.5’ is closed to new replies.