Majid Posted February 28 Share Posted February 28 Hi, I have a grid that has logos of the client we worked with, and I added the people feature (because It was more customizable than just adding a gallery. Please let me know how I can display 2 columns on the mobile phone, or 2colums and 2 rows in the mobile phone. I tried editing the grid on CSS, and I was able to add another grid with 1fr 1fr, but it was not showing the next media in that grid. Here is the link to my website, the password is ABC, and the part I want to edit is in the "Our work" page. https://collie-bagpipe-xpg8.squarespace.com Here is a screenshot of the part where I want to show 2 logos instead of only one. Link to comment
tuanphan Posted March 6 Share Posted March 6 Add to Design > Custom CSS > Then save & reload the site 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
tuanphan Posted March 6 Share Posted March 6 /* Work Logos */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="63fe320dcf52386665059420"] ul { grid-template-columns: repeat(2,1fr) !important; } } 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