• I am wondering how I can center this list on the screen instead of it being on the left side. Any help is appreciated. Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Maidul

    (@maidulcu)

    You can add this css on custom css box to make it centre

    @media screen and (min-width: 1024px) {
    #main-content.team-list {
        margin-left: 25%;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Centering List’ is closed to new replies.