Banner cut on mobile
-
Hi,
I have used Edin theme and what happened is banner on home page is not showing fully on different devices. How can I override this?Please help!
This is website: http://garethbensongolf.co.uk/
The blog I need help with is: (visible only to logged in users)
-
Try something like this which sets a few different heights for the image area depending on what size screen the site is being viewed on:
.hero { padding: 40px 0; } @media screen and (min-width:600px) { .hero { padding: 80px 0; } } @media screen and (min-width:768px) { .hero { padding: 110px 0; } } -
Thank you so much!
It’s still a little bit cut on Iphone but I think I can live with it!
Much appreciated!
- The topic ‘Banner cut on mobile’ is closed to new replies.