BlaineM Posted June 13, 2021 Share Posted June 13, 2021 Site URL: https://www.blainealan.com I want to be able to increase the height of the full slideshow on desktop while keeping it as it is on mobile. It is very narrow now on desktop. Link to comment
aravsanj Posted June 13, 2021 Share Posted June 13, 2021 Try inserting this as a code block: @media only screen and (min-width: 799px) { .gallery-fullscreen-slideshow { height:80vh !important; /* adjust here */ } } Or try this on custom CSS: [Just so only that page will be affected] @media only screen and (min-width: 799px) { #collection-5fa3308758bc1101d0d2aa2f .gallery-fullscreen-slideshow { height:80vh !important; /* adjust here */ } } tuanphan 1 Sharing virtual tactics for an abstract worldBlogger @ humaneer.org Link to comment
BlaineM Posted June 14, 2021 Author Share Posted June 14, 2021 Thank you! Sorry but which numbers do I adjust, the width and the height or just one? I'm confused by the adjust here Link to comment
aravsanj Posted June 15, 2021 Share Posted June 15, 2021 6 hours ago, BlaineM said: Thank you! Sorry but which numbers do I adjust, the width and the height or just one? I'm confused by the adjust here The height. The min-width property is there to keep the effect only on PC. 80vh means the images will assume 80% of screen height automatically. tuanphan 1 Sharing virtual tactics for an abstract worldBlogger @ humaneer.org Link to comment
BlaineM Posted June 15, 2021 Author Share Posted June 15, 2021 Thank you I will give it a try. Link to comment
tuanphan Posted June 21, 2021 Share Posted June 21, 2021 On 6/15/2021 at 10:42 PM, BlaineM said: Thank you I will give it a try. Hi. Do you need support on these? Site URL – https://www.blainealan.com/ 1. (Mobile-Footer) reduce space under contact link? 2. (Tablet-Homepage) Increase text width? 3. (Tablet-About) Increase text width? 4. (Tablet-Price) Increase form width? 5. (Tablet-Price) Increase page width? 6. (Mobile-Portfolio) Reduce white space on top/bottom of slide? 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