Home>Support>SnapShot template slider.

SnapShot template slider.

Greetings. How I can define width and height for Home page slider for example to 900x650px? I need to resize images for that size also? At this time I see only stomach from my picture where the picture size 1920x2560px. Your presented slider size in the SnapShot theme are fixed in the height to 420px I think.
Thank you in advance for helping!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 29 days ago Andrew Misplon
    Hi, I Work Here

    Hi Martiny

    Thanks for reaching out.

    Give the following a try in the field at Appearance > Custom CSS:

    /* Slider */
    
    home-slider, 
    .gallery-slider {
        height: 420px;
        margin: 0 auto;
        max-width: 920px;
    }
    

    Adjust as required.

    If Appearance > Custom CSS isn’t there, install our Custom CSS plugin:

    https://wordpress.org/plugins/so-css/

  2. 9 years, 29 days ago Martiny Root

    Thank you. I have problem with your CSS code. I do not see # :) Have a nice day!

  3. 9 years, 28 days ago Andrew Misplon
    Hi, I Work Here

    Sorry, that should have been:

    /* Slider */
    
    #home-slider, 
    .gallery-slider {
        height: 420px;
        margin: 0 auto;
        max-width: 920px;
    }
    
  4. 9 years, 27 days ago Martiny Root

    Thank you! :)

  5. 9 years, 27 days ago Andrew Misplon
    Hi, I Work Here

    For sure :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More