• Resolved Juraj Petruska

    (@juraj-petruska)


    Is there any way to make the slider width smaller so that it doesn’t fill up the entire width of the page?

    Is there any way manually adjust the height & width of the slider?

    I am using Customizr version 3.1.5

Viewing 4 replies - 1 through 4 (of 4 total)
  • Start with this snippet

    There are also css properties: width, min-width, max-width

    But resizing the slider may not give you what you want – the Theme is optimised to use 1170x500px

    Thread Starter Juraj Petruska

    (@juraj-petruska)

    Thanks Dave,

    this has been extremely helpful and instructive.

    Do we know if there is any way to move the right and left arrow next to the pictures so that it stays on the image rather than outside of it?

    This Snippet hides them.

    Using the same property, you can change to:

    .left.carousel-control {
    margin-left: 200px;
    }
    .right.carousel-control {
    margin-right: 200px;
    }

    I’ve used 200px to exaggerate it, so use what you need.

    Thread Starter Juraj Petruska

    (@juraj-petruska)

    Wonderful!

    Thanks again,
    Juraj

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing slider width, making pictures fit’ is closed to new replies.