Home › Forums › Support › Centering lgc columns within a Section This topic has 3 replies, 2 voices, and was last updated 5 years, 12 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 5, 2018 at 6:56 pm #749288 Roger I’m having trouble finding a way to center lgc columns within a section. Specifically the team section on the About page of the site. Whatever I try I seem to end up with uneven margins to the right and left of the section. Grateful for your help with this! December 6, 2018 at 3:00 am #749512 DavidStaff Customer Support Hi there, looks a little more complex then your normal columns, maybe a simple flex box on the section inside container: #team .generate-sections-inside-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } May want to wrap that in a media query… December 6, 2018 at 2:07 pm #750079 Roger Perfect – that did it. Thanks David! December 7, 2018 at 1:26 am #750354 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In