Home › Forums › Theme support › Bastcare – slide image overlaps › Reply To: Bastcare – slide image overlaps
You are right, there is a problem with the image size. We will fix this with the next update. In the meantime you can fix it with custom css. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:
.attachment_slider img {
display:block;
width:100%;
max-width:100%;
}
This will solve the problem.