PremierRinks Posted September 2 Share Posted September 2 Looking to resize banner slideshow on multiple pages. Does the same code work on all pages or do I need custom CSS for each page? https://www.premierrinks.com/ https://www.premierrinks.com/refrigerated-ice-rinks https://www.premierrinks.com/roller-skating-rinks https://www.premierrinks.com/synthetic-ice-rinks https://www.premierrinks.com/other-services Link to comment
tuanphan Posted September 4 Share Posted September 4 If you use Business Plan/higher, add this code to Page Settings > Advanced > Code Injection of 5 pages <style> @media screen and (max-width:767px) { article section:first-child { min-height: unset !important; height: 30vh; margin-top: 10vh; } } </style> If you use Personal/Basic Plan, you can edit 5 pages > Add a Code Block (anywhere on page) > Use this code <style> @media screen and (max-width:767px) { article section:first-child { min-height: unset !important; height: 30vh; margin-top: 10vh; } } </style> You can adjust number 30 and 10. 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