• hi,

    I am new to using the Evolve theme and bootstrap sliders. I don’t like how ‘space’ the slider takes up on the screen- too big. Can I make the slider less in height and width, not just the images. (If I use smaller image there is an ugly space around the image designating the dimensions of the slider.)

    I also want to make the entire page narrower (increase the side margins).

    Would someone(s) be so kind to help me with these issues? Here is my website: http://www.theflyingbobbin.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The grey bar underneath your slider is actually the header widgets area.
    You can use the following in Theme Options -> Custom CSS to hide it, if you are not using header widgets.

    .header-widgets {
        display: none !important;
    }

    You can decrease your page width by going to Theme Options -> Layout -> Layout width, you can decrease to 800px.

    Thank you

    Thread Starter aipad

    (@aipad)

    Where is Theme Options?

    Install the reduxframework plugin. It’s under Appearance.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘modify bootstrap slider size’ is closed to new replies.