slider on details page PLEASE Help

This topic contains 8 replies, has 2 voices, and was last updated by  Guust 8 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #145644

    Roxi Baxley
    Full Member
    Post count: 11

    the slider of images in gallery looks really bad. how can i make it so the image fills the slider and not have space on each side? ive tried resizing the image but it still doesnt work

    #145660

    Roxi Baxley
    Full Member
    Post count: 11

    my screen shot

    #145689

    Guust
    Moderator
    Post count: 29970

    That will only be possible with some CSS and we would need to see the page for that, so we would need a URL. The simplest would be to narrow the column width for the detail page.
    But it will never work if you allow users to upload images, it will only work if you control all images your self and they are all 100% the same size.

    #145761

    Roxi Baxley
    Full Member
    Post count: 11
    #145763

    Guust
    Moderator
    Post count: 29970

    I can see the page now, but there is no point changing it unless you will use only images of exactly the same size, which you are not.

    #145786

    Roxi Baxley
    Full Member
    Post count: 11

    The images would be made the same size, if the box for the slides was going to be filled..

    #145793

    Guust
    Moderator
    Post count: 29970

    Add this CSS

    
    
    .geodir_flexslider .geodir-slides img {
        width: 770px;
    }
    #145871

    Roxi Baxley
    Full Member
    Post count: 11

    Thank you Guust! 🙂

    #145872

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket