Here is
my site
. I am referring to the paragraph just after "Introduction." The site uses Joomla 2.5.6, Gantry 4.1.5 (even though the Gantry template says 3.2.22) and I need to create a custom CSS file. I will be creating spans to do some display:block and margin-left CSS statements. But I need to create and have the site recognize the custom CSS files. The files are in the <site>/templates/css folder.
I have carefully read this article on Gantry and renamed the files, multiple instances using variations, and yet when I examine the site using Firebug my custom file(s) do not appear. All the custom files are shown in the templates manager. I also went thru
this thread
and tried everything I could to no avail.
What do I do to get the site to recognize my custom Firefox CSS file? What are the names for the other browsers? I also added the following code to my index.php file:$gantry->addStyle(template-firefox.css);
$gantry->addStyle(rt_refraction-custom-firefox.css);
Cordially,
Wayne