Kristijchoi Posted September 13, 2021 Share Posted September 13, 2021 Site URL: https://www.solokristi.com/the-party Hi, I am trying to center align the blocks so that the second row/block appears centered. Right now it is right aligned. Is there any custom css that could help? Link to comment
tuanphan Posted September 14, 2021 Share Posted September 14, 2021 13 hours ago, Kristijchoi said: Site URL: https://www.solokristi.com/the-party Hi, I am trying to center align the blocks so that the second row/block appears centered. Right now it is right aligned. Is there any custom css that could help? Hi, You mean make this people center? Luke Choi Ring Boy 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!) Link to comment
tuanphan Posted September 20, 2021 Share Posted September 20, 2021 On 9/19/2021 at 2:27 AM, Kristijchoi said: yes! Add to Design >Custom CSS /* - Run on The Party page only - Code by @creedon - tomsweb.consulting */ @media screen and (min-width:992px) { body#collection-610621f1c9c0836c361ac828 .user-items-list-simple .list-item:last-child { grid-column : 1 / 5; margin-left : auto; margin-right : auto; width : calc( 100% / 4 ); }} 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!) Link to comment
Kristijchoi Posted October 1, 2021 Author Share Posted October 1, 2021 Sorry that didnt work...it did this Link to comment
tuanphan Posted October 2, 2021 Share Posted October 2, 2021 ah, try this new code /* - Run on The Party page only - Code by @creedon - tomsweb.consulting */ @media screen and (min-width:992px) { body#collection-610621f1c9c0836c361ac828 .user-items-list-simple .list-item:last-child { grid-column : 1 / 5; margin-left : auto; margin-right : auto; width : calc(~"100% / 4"); }} 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!) Link to comment
KuZiq Posted February 24, 2022 Share Posted February 24, 2022 hi im having the same issue and it still not solve Link to comment
tuanphan Posted February 25, 2022 Share Posted February 25, 2022 22 hours ago, KuZiq said: hi im having the same issue and it still not solve What is page url? We can check easier 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!) 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