Hi there,
Absolute beginner here - forgive me for a noob question.
I have a page which has a grid of images. They are sorted in three columns and three rows - total of 9 images.
The images are 200 x 200, and I need a description of the images below the image.
I am using Chat GPT as my tutor who have given me the following structure per image
So there is a grid, and within the grid are columns. I need to then configure within each column the following:
Column
├─ AspectRatio
│ └─ Image
└─ Text
To do the above, it told me to do the following:
🔹 Method 1: Wrap from the Widget Tree (Best Method)
Expand your Widget Tree panel (drag it wider if needed).
Hover your mouse over the widget you want to wrap — for example, the
Image
.On the right end of that widget row, you should now see:
⋮ three vertical dots
➕ plus icon
🗑️ trash icon
Click the three dots (⋮).
Choose "Wrap with Widget".
Type
AspectRatio
and press Enter.
The only problem is that I can't find the 3 dots. I asked it to draw it out for me, which is in the image below.
And when I asked for it to find and show me how to get the three dots it says:
To find the three dots (⋮):
Make sure you’re in the Widget Tree tab (left panel).
Hover your mouse over a widget name (e.g.
Image
,Column
, etc.).Look at the right side of that row — the three dots should appear when you hover.
Click those dots to access Wrap with Widget and other options.
I've done everything it suggested and can't find it. Its driving me crazy!!!
Any help would be most appreciated...
And applogies for the noob question.
Cheers