JayClulow Posted February 13, 2020 Share Posted February 13, 2020 (edited) Site URL: http://www.jayclulow.photography Hi, I've been using the following custom CSS with the Flatiron template to give a wider frame view of my images on desktop .gallery-item{ width:100vw !important; height:100%; position: fixed; left: -300px; /*Change the 300px depending on your template*/ } However because on mobile that left section stacks how can I stop this rule from being applied on mobile? Thanks, Edited February 13, 2020 by JayClulow Early submitted Link to comment
tuanphan Posted February 13, 2020 Share Posted February 13, 2020 Edit your code to /* run only desktop tablet */ @media screen and (min-width:641px) { .gallery-item { width:100vw !important; height:100%; position: fixed; left: -300px; } } 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
JayClulow Posted February 13, 2020 Author Share Posted February 13, 2020 Tuanphan, Thats awesome thank you. Just one minor glitch it displays incorrectly when resized to roughly tablet size? Thanks, Link to comment
JayClulow Posted February 16, 2020 Author Share Posted February 16, 2020 Can Tablet be disabled? Link to comment
tuanphan Posted February 16, 2020 Share Posted February 16, 2020 9 hours ago, JayClulow said: Can Tablet be disabled? edit 641 to 901 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
JayClulow Posted February 17, 2020 Author Share Posted February 17, 2020 On 2/16/2020 at 9:50 AM, tuanphan said: edit 641 to 901 Still doing it unfortantley. Using an iPad Pro its displaying incorrectly. Link to comment
JayClulow Posted March 4, 2020 Author Share Posted March 4, 2020 On 2/16/2020 at 9:50 AM, tuanphan said: edit 641 to 901 Hey, Don't suppose you can look into my issue with tablet too could you? Thanks, 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