Image with text

Classic two-column promotion section

Story's original and favorite section that's quick and easy to set up. There are no blocks, simply choose an image, add the text and call-to-action information, and it's done.

Section settings

All options are included in the section settings. To swap the image location, use the Image placement option to switch sides:

Further customization

This section is designed to be very simple to use and quick to set up. If you require more customization options, use the Custom Content section which comes with many flexible blocks and configuration options:

pageCustom content

Custom CSS

The Custom CSS feature can also be used for customization within sections. Here's an example of centering the text content area for this section only:

CSS snippet from example:

.overlap__content__wrapper {
  display: grid;
  place-items: center;
}
p {
  text-align: center;
}

Last updated