ArevGroup Posted March 26, 2023 Posted March 26, 2023 Hello, I need to increase the height of the gallery on this page:https://www.citylinesunnyvale.com/work-1 I'm using 7.1 and the gallery options are limited. Is there code I could use to adjust the height to make it taller?
tuanphan Posted March 30, 2023 Posted March 30, 2023 Try adding to Design > Custom CSS @media screen and (min-width:768px) { div#block-97468c834a76d0725b6f, div#block-97468c834a76d0725b6f img, div#block-97468c834a76d0725b6f .sqs-gallery-design-strip { height:800px !important; } body { overflow-x: hidden; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment