joannanoisy Posted October 16 Share Posted October 16 I am trying to add code to change the view of my mobile header to a different portrait gif as desktop is a landscape gif and mobile view Screen Recording 2023-10-16 at 22.04.25.mov is chopping off the images each side. I have downloaded the square space ID finder and believe i have the code to add to achieve the outcome but i am unable to actually add the code in the box that appears in ID finder. this is the code: <style> /* Mobile Screen Size */ @media(min-width: 768px) { [data-section-id='{651a835be915a341f07ef48c"]'] { display: none; } } /* Desktop Screen Size */ @media(max-width: 768px) { [data-section-id='{651a835be915a341f07ef48c"]'] { display: block; } [data-section-id='{651a835be915a341f07ef48c"]'] { display: none; } } </style> section[data-section-id="651a835be915a341f07ef48c"] Screen Recording 2023-10-16 at 22.04.25.mov Link to comment
tuanphan Posted October 19 Share Posted October 19 What is your site url? 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