How to align image and text high to have the same ratio ? (Dawn Theme)

Hello,

as seen on screenshot the image high is not aligned with the text height and I am looking for somebody that can provide me with a corresponding code.

Image and text should be the same height.

this is my store url: https://justincase-de.com/

Hi @JustInCase-de

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

@media only screen (min-width: 1024px){
#ImageWithText--template--17379011559688__071141c0-80a3-44ac-a0bb-3cdc4d27f9a8 {
    padding-top: 0 !important;
    bottom: 3% !important;
}
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hi @JustInCase-de

Please follow these steps:

  • Go to Online store => Themes => Edit Code. Then, search base.css and add the following code at the end of base.css file & save.
#ImageWithText--template--17379011559688__071141c0-80a3-44ac-a0bb-3cdc4d27f9a8 {
    padding-bottom: 0;
    padding-top: 0;
}

I hope that this can help you solve the issue.