Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • smartmax Friend
    #1063279

    Goodmorning guys,

    Just a question; can the intro-images of the slideshow (on the bottom) be centred?
    From the looks of it, it is now left-ligned.
    http://www.madebysanders.nl/roblaco.nl/index.php
    Thanks


    1. Schermafbeelding-2017-09-21-om-09.18.18
    Pankaj Sharma Moderator
    #1063426

    Hi
    Add below code in custom.css file to fix it

    .slideshow .swiper-thumbs-wraper .swiper-thumbs .item-image img {
        max-width: 100%;
    }

    Regards

    smartmax Friend
    #1063527

    Hi Pankaj,
    Thank you for helping me out, but sadly there hasn’t been any change?
    I would only like that the images are ‘centred’

    • from the looks now, the faces fall of 🙂

    http://www.madebysanders.nl/roblaco.nl/


    1. images-centred
    Pankaj Sharma Moderator
    #1063730

    Hi
    Add !important with code

    .slideshow .swiper-thumbs-wraper .swiper-thumbs .item-image img {
        max-width: 100%!important;
    }

    it will work.

    Regards

    smartmax Friend
    #1063910

    Goodmorning Pankaj,

    Thank you,
    but that’s not really what I want, because now they all are compressed/skinny.
    I just want the picture in the center, move a little bit.
    alignment center?


    1. Schermafbeelding-2017-09-25-om-11.23.53
    Pankaj Sharma Moderator
    #1064034

    Hi
    it’s not left aligned the image use width as auto so it moves cut from the right side.
    This is the only way to show it because the position css work for background image only.

    Regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum