Increase space between Titel and image

Hello guys, how can I increase the space here.

Hi @NikosBat , Can you share us your store url?

1 Like

Hi @NikosBat

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.image-with-text__text-item.grid__item {
    margin-top: 20px !important;
}

Result:

Best,

Liz

1 Like

Hello LizHoang, thanks that worked for me, I appreciate it.

Hello B2Bridge, thanks for your answer, I appreciate it. I have already found the solution.