Viewing 5 replies - 16 through 20 (of 20 total)
  • Hi Fcleffy21, it appears your images are all missing? When I went to your link, all I can see are the broken images (if you right-click > inspect > consule from the chrome browser) you can see it’s missing all of your slider images

    @ akyusa01, thank you for the insight, i personally removed the images due to the size. the container is my concern not the images itself. so help me resize the container such that it will be the same size with the width of the page and not the slider bigger in width.
    thank you in advance.

    Hi

    It doesn’t look like you are using Solioquy there, but Nivo?

    In any case, if you want to make the slider the same as the content area, you need to set a width and margin on the div like this:

    .slider-wrapper.theme-default {
        width: 990px;
        margin: 0 auto;
    }

    Hope that helps! ??

    @akyusa01. the code fixed it.Thanks alot.

    No worries at all, very happy to help! ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘cant resize images in slider’ is closed to new replies.