Home › Forums › Support › Moving bullet points/indents This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 7, 2019 at 4:08 am #775110 johnzoro On my positives section i want to put an indent in so it lines up with the other sections on my site it looks ok on mobile version so i only need to do it on desktop version any ideas? hopefully i will only have to change the css and it should change on all posts January 7, 2019 at 5:03 am #775145 DavidStaff Customer Support Hi there, you can try this: @media (min-width: 768px) { .generate-sections-inside-container .lgc-column .inside-grid-column { max-width: 600px; } .generate-sections-inside-container .lgc-column:first-child .inside-grid-column { margin-left: auto; } .generate-sections-inside-container .lgc-column:nth-child(2) .inside-grid-column { margin-right: auto; } } It will apply to any 2 column sections you have though. Whilst keeping the background colors full width ( i assume this is required) Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In