• Steven

    (@stevenvdh)


    Hi there,

    I discovered today that the header of my twenty eleven child theme doesnt adapt to screen like rest of the website (so website becomes smaller but header stays on 1000px large!). In the header i use plugin “cimy-header-image-rotator”, is it this causing the problem?
    I would prefer that site shows larger on ipad, same size as header…

    HERE you can see what I mean (but you can see the problem only on an ipad, obviously…)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • David Choi

    (@wpthemes777)

    It’s not just iPad, if you resize your browser, you can see that the header slider image is not responsive. It’s due to the following CSS properly of that plugin:

    #cimy_div_id_0 {
        float: left;
        margin: 0px;
        border: 0px solid #000000;
        width: 1000px;
        height: 288px;
    }

    The width and height values are fixed. Only the developer can fix this problem I guess, because probably need to change both CSS and Javascript codes.

    Thread Starter Steven

    (@stevenvdh)

    thx for helping, but it didn’t solve the problem… I switched to another slideshow.

    David Choi

    (@wpthemes777)

    Glad it’s solved and the other slider worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘twenty eleven problem header on ipad’ is closed to new replies.