AlexisRun Posted May 3 Posted May 3 (edited) On my three column People page, I would like the content items in the last row of less than 3 columns to be centered across the full three columns as well as the two column breakpoint. Can someone help me with this code, which I assume would be injected in the header. Thank you! https://javelinbiotech.com/team-2 Password=team2 Edited May 3 by AlexisRun Added URL
Solution tuanphan Posted May 5 Solution Posted May 5 You try this code to Website > Website Tools > Custom CSS @media screen and (min-width:992px) { .user-items-list-item-container[data-section-id="6633ba260230a129e5ec17de"] li:nth-child(n+4) { position: relative; left: calc(~"33.333% + 100px"); } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment