NicoleGardner Posted October 28, 2019 Posted October 28, 2019 I may be missing an easy fix, but I am looking to center a summary grid block so that when it adapts to larger screens, it doesn't leave awkward spacing on the right side. Any suggestions on code I can put in to simply center-align the block?
TGray Posted February 11, 2020 Posted February 11, 2020 I struggled with finding the answer. Try this, it worked for me. //center summary block// .sqs-block-summary-v2 .summary-item-list { display: flex; flex-wrap: wrap; justify-content: center; }
Guest Posted May 5, 2020 Posted May 5, 2020 Hmm, this seems to move my content to the right and off the page, it's like the flex-wrap property doesn't work whatsoever.
tuanphan Posted May 6, 2020 Posted May 6, 2020 21 hours ago, PalliumCare said: Hmm, this seems to move my content to the right and off the page, it's like the flex-wrap property doesn't work whatsoever. If you share link to page on your site, I can take a look 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!)
oivindhello Posted March 26, 2021 Posted March 26, 2021 @tuanphan I got this problem too. Could you help? https://ellipse-opossum-r2bz.squarespace.com Pass: hello2021
tuanphan Posted March 30, 2021 Posted March 30, 2021 On 3/26/2021 at 7:42 PM, oivindhello said: @tuanphan I got this problem too. Could you help? https://ellipse-opossum-r2bz.squarespace.com Pass: hello2021 Hi. It looks fine here? 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
Archived
This topic is now archived and is closed to further replies.