How to change width of image slider
PermalinkCan someone please direct me.
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)
elemental is a 5.7 theme
The files that you would need to edit are different...