- This topic has 2 replies, 2 voices, and was last updated 1 week ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › ART WordPress Theme › Scale image down in text field
Hi,
My orange image of a city in my text field isn’t scaling down when the browser window gets smaller, but gets bigger. How do I make the image scale down? diannamade.com
Hi there,
Welcome to SeaTheme forum.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.text_block img.img-in-text {
width: 5vw;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.text_block img.img-in-text {
width: 5vw;
}
}
@media (max-width: 767.98px) {
.text_block img.img-in-text {
width: 6vw;
}
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook
Perfect, thanks!
Subscribe to our newsletter to receive news & updates. We promise to not spam you, super promise!