Skip to main content
Nintex Community Menu Bar
Question

Center an image

  • July 11, 2024
  • 1 reply
  • 10 views

Forum|alt.badge.img+14

In V2, how do I center an image?

1 reply

annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • July 12, 2024

Hey Bill, you should be able to user a responsive grid.

<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”>

<skuid__grid uniqueid=“sk-b-n-1686” flexDirection=“row” justifyContent=“flex-start” alignItems=“flex-start”>

<skuid__image source=“url” uniqueid=“sk-b-q-2949” datasource=“Ui-Only” url=“https://dev-repro.skuidsite.com/assets/images/SkuidLogo_mark.svg”/>

</skuid__grid>

</skuid__page>