Vanec Posted July 2, 2020 Share Posted July 2, 2020 Site URL: https://www.viperequitypartners.com/ Hello, I added custom CSS to center the contents of the Summary Block (in Grid view) and it's off-center. Any ideas what's going wrong? See screenshot and code below. Thank you! //center summary block, unlink from bios// .sqs-gallery-design-autogrid .summary-item-list { display: flex; flex-wrap: wrap; justify-content: center; pointer-events: none; } Link to comment
rwp Posted July 2, 2020 Share Posted July 2, 2020 .summary-item-list.sqs-gallery.sqs-gallery-design-autogrid > * { margin-right: auto !important; margin-left: auto !important; } This should fix the spacing on the text blocks below too. Link to comment
Vanec Posted July 2, 2020 Author Share Posted July 2, 2020 6 minutes ago, rwp said: .summary-item-list.sqs-gallery.sqs-gallery-design-autogrid > * { margin-right: auto !important; margin-left: auto !important; } This should fix the spacing on the text blocks below too. Didn't work: Link to comment
rwp Posted July 2, 2020 Share Posted July 2, 2020 You left your code in, correct? Here's how it looks on mine with the addition of the code I supplied above: issyb_a 1 Link to comment
rwp Posted July 2, 2020 Share Posted July 2, 2020 This should do the same thing, but give it a try if the other one isn't working. .sqs-gallery-design-autogrid .summary-item-list > * { margin-right: auto !important; margin-left: auto !important; } Link to comment
Vanec Posted July 6, 2020 Author Share Posted July 6, 2020 @rwp You're right, they both work! I had deleted the old code which was the problem. Thanks! rwp 1 Link to comment
TPark Posted October 22, 2020 Share Posted October 22, 2020 @Vanec When you make your "Our Team" did you do that all from custom code or did you use a template within Squarespace. Trying to create a similar vibe but with square photos. Thanks! Link to comment
Casscs Posted December 19, 2020 Share Posted December 19, 2020 I'm having the same issue, and tried to use the css mentioned in this thread. I'm trying to style a summary block here: https://www.functionfirstcoaching.com/workshops Any help will be appreciated Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 On 12/20/2020 at 2:58 AM, Casscs said: I'm having the same issue, and tried to use the css mentioned in this thread. I'm trying to style a summary block here: https://www.functionfirstcoaching.com/workshops Any help will be appreciated Hi. What is your problem? We can help easier 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