Hi guys,
im trying to make this section smaller, so it just fits the text inside.
I tried a lot, sadly im at my limits. ![]()
PW: 2023
Hi guys,
im trying to make this section smaller, so it just fits the text inside.
I tried a lot, sadly im at my limits. ![]()
PW: 2023
Hi @MyEcomAgent
You can also adjust the height of your image, I think that is a better way. But if you are not able to do it, you can do the following instructions below.
div#Banner-template--19895546118478__aa752136-1f0d-4e06-8fcb-7fb84abe85fa .banner__media.media {
height: 100px;
}
div#Banner-template--19895546118478__aa752136-1f0d-4e06-8fcb-7fb84abe85fa {
min-height: 100px;
}
div#Banner-template--19895546118478__aa752136-1f0d-4e06-8fcb-7fb84abe85fa img {
object-fit: cover;
height: 200px;
width: 100%;
top: 50%;
transform: translateY(-50%);
}
NOTE: Adjust the padding of your sections to match the spaces.
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!