How do I make my landing page responsive? My background image on mobile looks awful and only captures a small snippet of the bigger image that appears on the desktop view.
@Jake_Smith, it’s the parallax that is causing the mobile responsive capabilities for that image to not respond. I had the same issue and worked with the landing page developer on it - they know it’s an issue and are working on it. But for the meantime, removing the Parallax feature helps a lot. It’s too bad because I love the parallax.
Mark - I copied your code and added it to the new snippet as per your screenshot but it still fails to become responsive. Really appreciate you replying.
Cheryl - I may have to contact the landing page developer as well. If it’s a known issue I hope they can fix it soon. Did you use the same landing page template as the one in my link? I’m thinking I may have to change the template to one with a regular image - I’m assuming a normal image will be responsive?
Again, I’m really grateful to both of you for offering solutions.
Ohh. It looks like there should be a dot before bgImage-0-215392, it must not have copied in my previous post. This tells the CSS to target that class.
.bgImage-0-215392 {
background-position: left center!important;
}
If you just edit the code slightly, I think it’ll work.
I think to make it truly responsive, you would have to wrap the image with a div tag, give the div an id and then use that id to set css width and height to a percentage rather than trying to align it.
I would love a little help. I’ve worked all the magic I can on my background image, but it’s still way too big and not adhering to the CSS rules you posted above.