I’d like to modify JA Purity II so that the header is unaffected by the “Specified Width” setting in Template Manager > ja_purity_ii > T3 Options > Profiles > Default.
I’m a Joomla newbie. I’ve been researching the code, and here’s what I’ve figured out so far:
– At present this setting is used by calling getMainWidth() and using the obtained value to set the width of the <body> element, in pluginssystemjat3jat3base-themesdefaultblockscss.php.
– It looks as though I need to set <body>’s width to 100% instead, and find a way to set the width of the ‘middle’ and ‘bottom’ areas, based on the value obtained by calling getMainWidth().
Can someone offer some hints as to how/where I can best to this? I don’t seem to be making much progress on figuring this out myself. The combination of the Joomla framework, the T3 framework and the JA Purity template combined adds up to a fair amount of complexity. 🙂
Thanks in advance,
Douglas