marianaartshopvan Posted October 26, 2020 Posted October 26, 2020 Site URL: https://theartshop.ca Hi It would be amazing if someone could help me fit the index page in my home page so that the full design is visible on mobiles. As of now, the banner image of the index is cut when someone enters the site via mobile. But I want it to be seen fully. I'm attaching screen shots that explain better than me🤭 Thank you so much for any help you may be able to provide!! Mariana
derricksrandomviews Posted October 26, 2020 Posted October 26, 2020 The best way you can get that to work is to have mobile viewers look at your site horizontally. You can disable mobile view and the banner image will be fully visible on vertical, but that will make everything way too small.
tuanphan Posted October 27, 2020 Posted October 27, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .homepage .Parallax-item:first-child img { width: 100% !important; left: 0 !important; height: auto !important; } .homepage .Parallax-item:first-child figure { transform: unset !important; } section#about-tas-vancouver { min-height: unset !important; height: 160px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.