Added Block IMAGE SLIDER

Permalink
I added the block image slider but it is showing the images WAY too large, I can not find where to edit the size that it displays the images / size of slider window....

http://bellissimacanecorsos.com/conc5/index.php/cane-corso-males-ht...

 
ramonleenders replied on at Permalink Reply
ramonleenders
Adding this CSS will help

div.ccm-page .ccm-image-slider-container .ccm-image-slider {
     max-width: 100%;
}


Don't know if it's default styling, but there are widths configured for this. That's not recommended for something that should be responsive.
ljarbeau replied on at Permalink Reply
I can't locate any of the css, where do I find this?

I'm used to straight html, I'm building this so that some one else can edit it.

It's been a nightmare so far
ramonleenders replied on at Permalink Reply
ramonleenders
Search for "width: 1170px;" in your project. This normally isn't shipped with the default elemental theme, so it's an edit you or someone else made. So not sure if it resides in /concrete/themes/elemental/css/build/body.less or any of the other .less files. The CSS that is loaded in your site is from cache, so I can't tell the exact file!
ljarbeau replied on at Permalink Reply
so I need to download all the files and edit them in an html writer?
ramonleenders replied on at Permalink Reply
ramonleenders
You could just add this inline too if you want to do it quick 'n dirty. Just place it in the <head> section and use <style>. Otherwise yes, download the project and edit the .less file where the 1170px is entered!
ljarbeau replied on at Permalink Reply
Well... I can't find 1170 in any .less files....

This program is getting ridiculous to use