Customizing Theme Design :: Type Size - How to go over 400px?

Permalink
The size type in style.xml seems to be hard coded at a range of 0 - 400px. Any way to set this from the styles.xml to be a specific range?

ob7dev
 
dimger84 replied on at Permalink Reply
dimger84
For this case you must override the style-customizer.js file.
Make a copy from /concrete/js/style-customizer.js into your /application/js/ folder.
Then search for the term "d.$slider.slider(" (without quotes) and change the min and max values.

Hope that helps.
ob7dev replied on at Permalink Reply
ob7dev
Sure but can't be packaged. A workable hack is to use em's instead of pixels, as 400 ems is quite large.

A real solution is upgrading some things in the core.
dimger84 replied on at Permalink Reply
dimger84
I think you can include the js folder to your package,Am i wrong?
dimger84 replied on at Permalink Best Answer Reply
dimger84
ob7dev replied on at Permalink Reply
ob7dev
Nice find, that looks to be for in page editing for adding padding, etc, not a themes design settings, but a good find non the less.