Forum Discussion

jstander's avatar
jstander
Brass Contributor
Mar 28, 2025
Solved

sharepoint list gallery view, center text vertically

I have a single column selected in card design and made some changes to the advanced formatting, but I cannot get the text to center vertically in each. Any suggestions on how to fix this would b...
  • jstander's avatar
    Mar 31, 2025

    this is what i added which provided the best solution:

     

            "elmType": "div",
            "style": {
              "display": "flex",
              "flex-wrap": "wrap",
              "align-items": "center",
              "flex-direction": "row",
              "justify-content": "center"
            },

     

Resources