Hi Guys,
Just checking here before I do anything.
I have a child theme folder developed. The STYLE.CSS file is pointing to a basic layout:
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
HOWEVER - I do not want to use the 2c-r-fixed.css as it is. I want to slightly adjust it, should I:
1. edit the ../thematic/library/layouts/2c-r-fixed.css directly?
2. Create a new LAYOUT file and store it in ../thematic/library/layouts/ also?
3. Create a new Layouts sub folder under my child theme, duplicate the basic layouts into that folder and edit there?
Whats best practise for this?
Aidan