Home Forums Theme support Bastcare – slide image overlaps

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • In “our-practice” pafge there is slider. When display the page with firefox slide image overlaps and shows larger size. Even your demo page has same bug. I tried lots of different computers and all are shown same. Chrome is ok.

    I am adding a printscren

    printscreen

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.