• Resolved milestone

    (@milestone)


    Using the custom grid to position three images side-by-side. But by default the sequence is aligning left. How would I center it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @milestone,

    Thank you for reaching out to us!
    To center it please add the following code in Appearance > Customize > Additional CSS:

    .modula {
        margin-left: 11px;
    }

    This will center it.

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Grid Centering’ is closed to new replies.