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...
http://bellissimacanecorsos.com/conc5/index.php/cane-corso-males-ht...
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
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
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!
so I need to download all the files and edit them in an html writer?
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!
Well... I can't find 1170 in any .less files....
This program is getting ridiculous to use
This program is getting ridiculous to use
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.