Hi there,
I used an image as a banner here: https://taneraskin.com/pages/about
How can I resize it in a way so that in mobile version, the text is displayed over that whole width instead of being tiny?
Best,
Isabelle
Hi there,
I used an image as a banner here: https://taneraskin.com/pages/about
How can I resize it in a way so that in mobile version, the text is displayed over that whole width instead of being tiny?
Best,
Isabelle
Hi Isabell,
Paste this CSS in Your CSS file at the bottom.
@media screen and (max-width: 749px){
#Banner-template–17904033038604__475bdecc-c6b6-4f1b-8894-560e7f72ad93 .banner__media::before{
padding-bottom: 40% !important;
}
}
Thanks & Regards
Sandeep