Viewing 2 replies - 1 through 2 (of 2 total)
  • I fixed this manually by adding a media query to the CSS file:

    Go to plugins, edit the DiggDigg plugin, and edit diggdigg-style.css, by wrapping all the CSS in a statement like this:

    @media only screen and (min-device-width: 480px) {
     /* the existing CSS goes inside the brackets */
    }

    It’s not really about iOS so much as screen size.

    I hope that helps…

    Hi there! I tried this on my blog and it didn’t work. Digg Digg still takes over most of the screen when viewed on a phone. Is there something else I need to do? My blog is magdawalczak.com.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem on IOS’ is closed to new replies.