How to change width of image slider

Permalink
I'm using elements full template and I would like to change the width and possibly the height of the default image slider to accommodate my own pictures ratio. I used the inspector in chrome and I don't know what I did but I changed the width on something to the correct size and the image showed as a whole and not cropped as it is now. Since this was only temporarily I now know it can be done but I don't know where to look for it.

Can someone please direct me.

 
WillemAnchor replied on at Permalink Reply
WillemAnchor
elements is a 5.6 theme
elemental is a 5.7 theme

The files that you would need to edit are different...
section1 replied on at Permalink Reply
5.7 the very latest release
WillemAnchor replied on at Permalink Reply
WillemAnchor
Here's a link on how to make a copy of the core theme. so you can always go back to it.

http://www.concrete5.org/documentation/how-tos/designers/how-to-cop...

now, all the css is in the
/yourtheme/css map

main.less imports all different parts (see /yourtheme/css/build
A good place to add your own css is at the end of main.less file.
Don't worry about the .less technology, its not that complicated. Google about it if you need some help.

The presets map holds the different preset-settings (.less variables)

So, for your question:
- Have a look at /yourtheme/css/build/blocks/image-slider.less
- edit this file, or better: edit main.less (so you can later quickly find back what you changed)
section1 replied on at Permalink Reply
Fantastic thank you very much