doshea Posted November 29, 2019 Share Posted November 29, 2019 Hi, Im using the brine template and on the 'about' page i am using a grid gallery to showcase some logos. see attachment. The gallery is looking fine on desktop view, but when switching to tablet, the logos seem to get really small. I'd like to use some custom css to reduce the padding around each logo for tablet only. Link to website: https://tbktest.squarespace.com/about Thanks in advance. Dan. Link to comment
tuanphan Posted November 29, 2019 Share Posted November 29, 2019 @doshea add to Home > Design > Custom CSS @media screen and (max-width:900px) and (min-width:641px) { #block-yui_3_17_2_1_1572977446631_21246 .sqs-gallery-block-grid .sqs-gallery-design-grid-slide .margin-wrapper { margin-right: 0; margin-bottom: 0; } } 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
doshea Posted November 29, 2019 Author Share Posted November 29, 2019 Thanks for your response @tuanphan I've inputted the code to custom css and it's kind of worked but there a little too big now. see image attached. Is ther eany additional code we can add to decrease the size of the logos? Regards, Dan. Link to comment
tuanphan Posted November 29, 2019 Share Posted November 29, 2019 @doshea you can increase margin-right to create spacing Can you try checking on real tablet? Seems fine here.. 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
doshea Posted November 29, 2019 Author Share Posted November 29, 2019 Ok, yes it seems fine on a browser when i decrease the width. I will check on a tablet and get back to you. Thanks for your help, much apreciated. Dan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.