[Support request] Moving bullet points/indents

Home Forums Support [Support request] Moving bullet points/indents

Home Forums Support Moving bullet points/indents

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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

    #775145
    David
    Staff
    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)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.