How can I center text in the advert section on my Flow theme?

Hi Community,

i want to align the text on the text adverts section. headlines and text shall be centered horizontally.

Please see screenshot attached. Red lines indicate the top of each section.

My theme is flow

my url is https://www.betanics.de/pages/be-trusted

and password is Modesto

I have basic knowledge in coding.

Thanks in advance :slightly_smiling_face:

Kathie

1 Like

@Katharina_be

sorry for that issue can you try this code

add this code theme.min.css bottom of the file

@media screen and (min-width: 480px) {
.text-advert-section {
align-items: self-start;
}
}
.text-advert-section .grid__item .text-advert-section--header {
min-height: 70px;
}