I can't get my image to touch the border of the screen

Hi there,

When using columns, they have a default 10px padding on the left and right sides. To create a layout with two columns, you have two options:

Using Flexbox:

  1. Select the container element
  2. Set the display to “Flex” in the Style panel
  3. Add two div blocks inside
  4. Set each div block’s width to 50% (or your desired percentage)
  5. To remove the default padding, set both left and right padding to 0px in the Columns element settings

Alternatively, you can:

  1. Add two div blocks inside the Columns element
  2. Set their flex child settings to “Expand” in the Style panel
  3. Adjust the padding as needed

For more information about working with columns, check out the columns element documentation.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.