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/
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/
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
Please follow these steps:
#ImageWithText--template--17379011559688__071141c0-80a3-44ac-a0bb-3cdc4d27f9a8 {
padding-bottom: 0;
padding-top: 0;
}
I hope that this can help you solve the issue.