Topic Resolution: Resolved
  • Closed
  • Sue Young
    Spectator
    19.07.2015 at 16:14 #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: 2656
    20.07.2015 at 04:30 #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
    20.07.2015 at 15:04 #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: 2656
    20.07.2015 at 19:26 #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
    20.07.2015 at 23:27 #19059

    Fantastic – thank you for your help!

    Sue