Reply To: Mobile Responsive Troubles – iPad and iPhone

Homepage Community Forums Epik Theme Support Mobile Responsive Troubles – iPad and iPhone Reply To: Mobile Responsive Troubles – iPad and iPhone

#12800
mponzi
Customer

    One problem solved: iPad landscape. I inadvertently deleted the following line from the media query for max width 1180px.

    .wrap {
    max-width: 960px;
    }

    FWIW… I discovered this by using DiffChecker and comparing the original Epik 1.4 style.css file with my revised file. That helped me track down the source of the problem.

    Still working on iPhone layout, but I think it’s a similar issue.

    Marshall