Background image cut out on mobile
-
I’m having trouble with the homepage background images on my website. They look alright on desktop but on mobile devices the width is cut out.
I’ve looked into the media queries css but I don’t want to change anything just in case I mess up, I’m new in all this. I don’t even know if I’m looking into the right css sheet.
The media queries section has more code, this is at the bottom. I guess it’s the one regarding mobile devices:
`@media only screen and (max-width: 480px) {
.footer-widgets .widget-title,
.home-even .widget-title,
.home-odd .widget-title {
font-size: 36px;
font-size: 3.6rem;
}.home-even,
.home-odd {
font-size: 22px;
font-size: 2.2rem;
}
}
#header .header-left {
float: left;
width: 30%;
}#header {
padding-top: 30px;
}The page I need help with: [log in to see the link]
- The topic ‘Background image cut out on mobile’ is closed to new replies.