All Collections
CSS hacks
Centre the text next to the image
Centre the text next to the image
Aleks avatar
Written by Aleks
Updated over a week ago
  1. Add a section to your page and put an image and a rich text widgets onto it.

2. Then click on Gear button on the section and go to "Additional CSS" editor

3. Add the following code in the opened window and click on "Save":

.ddr-page-column {
    align-items: center;
}


That's it! Now you text is centered to the image.


Did this answer your question?