JSDCompany Posted November 2 Share Posted November 2 Hey friends! I'm currently building out my new website and learning a lot. Especially CSS. I've built out the homepage and have a featured work section that on desktop is great (would like to know the css to change the height) but on mobile the Gallery is far too small and I would like to increase the height. Please help? www.jsdco.ca – 3411 Link to comment
tuanphan Posted November 6 Share Posted November 6 Try some CSS like this /* resize top slideshow */ @media screen and (max-width:767px) { body.homepage .gallery-block, body.homepage .gallery-block .slide, body.homepage .sqs-gallery-design-stacked { height: 350px !important; } body.homepage .gallery-block img { top:0 !important; height: 100% !important; left: 0 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment