image with text allignment

Hi,

How do i go about aligning my “image with text” so that the top of the text matches the top of the image?

(Dawn Theme)

Thank in advance!

Hi @HeatPump , i dont understand, can you share detail image?

Hi,

yes so as below, i would like the text “our mission” to align with the top of the image

Thanks!

Here is a link to the site - https://www.heatpumpaccessories.co.uk/

Hi @HeatPump

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

div#ImageWithText--template--24674730115418__image_with_text_LcqfaA {
    padding-top: 0 !important;
}

Result

Best,

Liz