Eivind_ Posted July 13, 2021 Share Posted July 13, 2021 Site URL: https://ax-maxwell.squarespace.com password: axmaxwell Hello, I need help in optimizing my website for mobile view. In the works page, I want to show one column of video only in mobile view instead 2 columns. And I want it in 4:3 aspect ratio. I am using a summary block if this information helps. Note: The desktop version stays the same, only the mobile view. Also, how do I make it so that when I choose a filter it automatically disappears? Right now, when I choose a filter, the menu still shows and I have to press X. Thank you very much! Link to comment
Solution tuanphan Posted July 13, 2021 Solution Share Posted July 13, 2021 1 hour ago, Eivind_ said: Site URL: https://ax-maxwell.squarespace.com password: axmaxwell Hello, I need help in optimizing my website for mobile view. In the works page, I want to show one column of video only in mobile view instead 2 columns. And I want it in 4:3 aspect ratio. I am using a summary block if this information helps. Note: The desktop version stays the same, only the mobile view. Also, how do I make it so that when I choose a filter it automatically disappears? Right now, when I choose a filter, the menu still shows and I have to press X. Thank you very much! Add to Design > Custom CSS > The nsave & reload the site /* Work videos mobile */ @media screen and (max-width:640px) { #block-yui_3_17_2_1_1625548383434_3363 .sqs-gallery-design-autogrid-slide { clear: none !important; width: 100% !important; float: none !important; } } With Filters, you should contact Filter Plugin Author. 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