The top of my site that has a background picture and a container is responsive in Webflow but it isn’t responsive in Google chrome or on my phone. However, the rest of the site looks good it’s just one section, where it says “You Create It I Imagine It” . Please HELPPPPPPPPP
Well, the container doesn’t stay in a fixed position for any phone size. For the iphone 5, you won’t see the arrow anymore, for the iphone 6,7,8, you’ll see it partially, for the iphone 7 plus it’s finally shows the way it’s supposed to. But for the ipad’s the container is too far at the top rather than in the middle of the screen. I used margin to position the container in the section so I’m not sure why it’s not staying in place
If so, what I did was, step-by-step (not everything will be necessary, but I made some clean up to prevent future errors):
home:
Desktop Layout
Add Position Relative
homeContainer
Desktop Layout
Change Display to flex
Remove the padding-top
Change Position to absolute, top and bottom to 60px, left and right to 0
Mobile - Portrait Layout
Remove padding-top
Remove Display and Flex overrides to prevent future errors
Tablet Layout
Remove margin-bottomto prevent future errors
arrowimg:
Desktop Layout
Remove Display Settings
Remove top and bottom margins
Change position to absolute, click Bottom
Tablet Layout
Remove margin-top and top overrides
Mobile - Landscape Layout
Remove top override
Mobile - Portrait Layout
Remove margin-top and height overrides to prevent future errors
headerBtn
Desktop Layout
Remove padding-left to prevent future errors
Tablet Layout
Remove clear to prevent future errors
Mobile - Portrait Layout
Remove margin-top and min-height to prevent future errors
As a final touch, delete the space character between the words I and Create and enter a non-breaking space using the shortcut Shift + Space. That way the I Create It will stay on the same across all break points.