Topic Resolution: Resolved
  • Closed
  • Sue Young
    Spectator
    July 19, 2015 at 4:14 pm #19040

    I have added images to my parallax slider but I want to adjust the size. The sample that comes with the download has images that are as tall as the slider (the tablet pic) but mine are limited to about half that size. How can I adjust the image sizes?

    THanks
    Sue

    Denzel Chia
    Moderator
    Posts: 2672
    July 20, 2015 at 4:30 am #19043

    Hi,

    The sample images are 256 x 256 in size, you can adjust your image size before uploading or edit it in WordPress admin -> Media

    If that doesn’t help, please post your website url to your parallax slider, we will see if we can provide a Custom CSS solution.

    Thanks!
    Denzel

    Sue Young
    Spectator
    Posts: 96
    July 20, 2015 at 3:04 pm #19053

    Thank you – I spend quite an amount of time last evening dong just that and am getting closer but still am not quite where I would like to be – my site is here http://designbysue.com/newsite/. I would like the color swatches to be wider and also up against the right side of the slider – with no space to the right. Any suggestions?

    Sue

    Denzel Chia
    Moderator
    Posts: 2672
    July 20, 2015 at 7:26 pm #19056

    Hi,

    Please use the following Custom CSS code. In your Theme Options -> Custom CSS

    .home .da-slider .da-img img {
    height: 180px !important;
    max-width: none !important;
    width: 600px !important;
    }

    You just need to adjust the height and width px value.
    Screenshot of result. http://prntscr.com/7uwuzo

    Thanks!
    Denzel

    Sue Young
    Spectator
    Posts: 96
    July 20, 2015 at 11:27 pm #19059

    Fantastic – thank you for your help!

    Sue