Search code examples
htmlcssmedia-queries

How To Fix Images on Iphone Horizontal Screen


I've noticed that the hands above the portfolio/work section are not appearing as intended on the iphone horizontal view. The two hands dip below the elements below it. How do I fix this?

https://syminadive.com/

It looks fine on desktop and mobile-vertical view


Solution

  • Just add some top margin on the main element (with class "cd-main-content") which is below the hands

    style="margin-top:10px"