eshamtc Posted May 4, 2020 Share Posted May 4, 2020 Site URL: https://marcogrady.com Hello, I am using the "Mojave" template and can't figure out how to resize banner images on mobile. The banner images are all cropped on mobile. Here is my site: https://marcogrady.com/ Can you help with custom CSS? Thanks, Marc Link to comment
YourePerfect Posted May 9, 2020 Share Posted May 9, 2020 Are you referring to the header or the picture of the house? If the header, something like this should work: .Mobile-bar.Mobile-bar--top { height: 600px; } Oh I guess you mean how the house isn't taking up the whole space when its on mobile because the image of the house is resizing? This probably isn't quite right, but may give you a starting place: .Parallax-host>.Parallax-item:first-child img { width: auto !important; height: 100% !important; } You will probably also need to resize the container its in similarly Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.