Sean Harsch
asked 9 years ago

The webpage is displaying weird on the iphone6+. The page floats left to right and is not locked in place. Is this normal? I am not too happy with this if it is what it is. Please clarify, thanks!

1 Answers
DominicStaff
answered 9 years ago

Thanks for letting us know 🙂 Ohm, I know what you faced, really sorry about it. When DW Focus is released, we don’t own the latest version of Iphone yet to test, so some bugs are missed out 🙁 However, don’t worry, the theme still works properly on other table, smartphone devices without problems as you mentioned.
You can send me a screenshot about that issue.
Regards,

hazrey
replied 9 years ago

Hi Dominic, if i may to this question, when viewing the mobile version, the main picture will be stretched and not maintaining the ratio of the original picture. Can you advice the solution. Thank you !

hazrey
replied 9 years ago
  • If I may add
dominic Staff
replied 9 years ago

You can add the following code to the style.css file:

@media only screen and (max-device-width: 480px) {
   .single .site-content > .hentry .entry-thumbnail img {
      height: auto;
}
}

Hope this helps !

Powered by DW Question & Answer Pro