Title: Problem with responsive layout
Last modified: December 5, 2021

---

# Problem with responsive layout

 *  [zaleski](https://wordpress.org/support/users/zaleski/)
 * (@zaleski)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-responsive-layout-3/)
 * Main image/ hero image is not visible when trying to load webpage on iPhone or
   iPad.
    At desktop win and mac everything look ok. Also on android devices image
   is properly visible.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-responsive-layout-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-responsive-layout-3/#post-15134852)
 * Hello [@zaleski](https://wordpress.org/support/users/zaleski/)
 * Iphone and iPad doesn’t support some CSS code so that you are facing such issue.
   You can use the following code in additional CSS box for fix:
 *     ```
       @media(max-width:1024px){
       .mt-fotogenic-content-wrapper{
       background-attachment:scroll;
       }
       .mt-fotogenic-about-wrap{
       background-attachment:scroll!important;
       }
       }
       ```
   
 * Thanks 🙂

Viewing 1 replies (of 1 total)

The topic ‘Problem with responsive layout’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fotogenic/1.2.1/screenshot.png)
 * Fotogenic
 * [Support Threads](https://wordpress.org/support/theme/fotogenic/)
 * [Active Topics](https://wordpress.org/support/theme/fotogenic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fotogenic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fotogenic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-responsive-layout-3/#post-15134852)
 * Status: not resolved