prim wrote:
Which template are you using?
One more thing, i think you should read and learn this:
www.rockettheme.com/blog/coding/1767-bas...omizing-with-lesscss
It will help you a lot
Sorry for late reply, and thank you...and now it seems like we are making dome ground.
1) Gantry, hence this link in Original post "which was a sticky"
www.rockettheme.com/forum/index.php?f=39...06162&rb_v=viewtopic
and it seems like "WE" are all in agreement? It is no longer a viable answer? Especially for G 4 ?
Possibly re-title it, [as information is for older versions?] I feel as like myself, people see that and spend time on something no longer pertaining? [ thank you ] And may this thread when condensed become a "newer help" system for others.
2) Yes, the 2 links provided so far have helped greatly in understanding and I have read thru them and getting ready to "apply" some of it.
Now, I just opened up the one in question in which I am working on, and it was LIVE so I downloaded /template/gantry file for now.
In there I see somehow self-generated /less files...and I did not create them.
Please keep in mind, these are generated 12/4 and with so much attempting to do other things (until the above 2 links given) I can not remember WHAT THREADS they came from, but I have been reading 'solved threads' and now it looks like everything has been a waste.
The files that are in the directory /less all have *_old.less now, and it is not something I generated. The only modification I had made was from where a thread said for modify static full image background.
I wanted the whole site...for this one, as well as simply put a header image in another site.
/**
* @version $Id: style.less 9769 2013-04-26 17:40:14Z kevin $
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
// Core
/* This was Original
body {
background: @bodybackground;
color: @bodytext;
}
*/
/* Added 1/17/2014 */
body {
height: 101%;
background: url no-repeat fixed center center transparent;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: @bodytext;
}