Before you ask please READ THIS

Portfolio problem on iphone

edited May 2013 in Skyfashion Posts: 9
Hi,

When testing the theme responsiveness via a desktop browser mobile tester it works fine. But when viewing the theme on a real phone 4, the portfolio page doesn't respond as it should be. BUT the homepage works fine.

It's not a problem of my adapted theme, but also a problem with the original Skyfashion Theme.

View screengrabs.

GOOD: http://tinyurl.com/na7qefy
BAD: http://tinyurl.com/ocybt6d

How can I solve this problem?

GOOD RESPONS: http://ishootyou.be/wp/
BAD RESPONS: http://ishootyou.be/wp/photo

Thanks,
Kevin

Comments

  • Posts: 493
    Hi sykero,


    You have to add this at the end of file common/css/skeleton/layout.css
    
    @media only screen and (max-width: 767px) {
     
        div#portfolio_conteiner {
            width: auto;
        }
    
    }
    
    
    let me know if it works.

    With regards
  • Posts: 9
    Hi Argone,

    Sorry for the late response but it works great!

    Thanks a lot.
    Kevin
  • Posts: 9
    *** CLOSED ***
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion