Hello.
As you can see in the image, I want to remove the extra space between the image and the list.
I have set the margin and padding to 0, so I don’t know how to solve this problem.
Please tell me.
Hello.
As you can see in the image, I want to remove the extra space between the image and the list.
I have set the margin and padding to 0, so I don’t know how to solve this problem.
Please tell me.
Hi @hiroto
Could you share a link to the editor so I can have a look?
Hi Hiroto,
you are using a Columns element.
Columns element divides a row into predefined columns. If you hover your Columns element, and hover the handle between two elements, you will see numbers describing how the different columns are defined.
If you want your line to be shape depending one your content (here your image, then your text) you can use a Flexbox element instead.
I see!
It worked fine!
Thank you!