Hi,
Can you provide a url to your site?
Perhaps adding this code to the css file will solve the problem:
Can you provide a url to your site?
Perhaps adding this code to the css file will solve the problem:
Code: Select all
@media screen and (max-width: 992px){
img {
max-width: 100%;
height: auto;
}
}