Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • douglasmccarroll Friend
    #193509

    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

    phong nam Friend
    #517539

    Hi Douglas,

    Your question is completely related to modifying the core layout structure of our JA T3v2 plugin that generally we do not recommend JA Members to do. The most potential and safest way is using the override css styles to define the <body> width on each template (i.e JA Purity) with the value you want.

    However, the customization support on forum is limited to the free products so that It will be great when you can hire or corporate with an experienced developer to help you handling this customization task.

    Regards,

    douglasmccarroll Friend
    #518116

    I found a solution, I think. This seems to work:

    Add to templatesja_purity_iicsstemplate.css:

    #ja-header .main {width:100% !important; max-width:2000px !important; background-position:left;}

    If you want to do something similar you may need to tweak this CSS – I’m using 2000px-wide header graphics, which I want flush left.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  douglasmccarroll 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum