This topic has 4 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Hi, the banner images that I’m using are not scaling down at various breakpoints. These images are added in the Description area under Edit Product Category. How can I make these scale down OR just hide at the /* 640px <= width < 768px */ breakpoint?
Hello,
Please try to add this code in custom.css file
@media only screen and (max-width: 768px){
.term-description{
display:none;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Worked perfectly, thanks!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘How to make wysiwyg images responsive’' has been successfully resolved, and the topic is now closed for further responses