The problem of T3 templates for Joomla! 2.5 - Joomla! Forum - community, help and support
i want build website use t3 black templates on joomla!
but, meet problem following
the details information defined banner module in 'default layouts' of template t3. , put 'autson slideshow' banner, however, slideshow not center when banner_mod center.
just this,

i try debug via firebug , find that, 'autson slideshow' can center when change padding-left 0px, don't know can modify.

there default layouts xml file
* 1 more thing: width 980px both template , slideshow.
the website address http://www.amoyso.com (i'm sorry contains chinese)
the questions follow:
1) why 'autson slideshow' not centered?
2) how perfect define module in xml of default layouts?
3) first image, why show gray line under 'header'?
i try find way resolve questions cann't.
thanks
but, meet problem following
the details information defined banner module in 'default layouts' of template t3. , put 'autson slideshow' banner, however, slideshow not center when banner_mod center.
just this,

i try debug via firebug , find that, 'autson slideshow' can center when change padding-left 0px, don't know can modify.
code: select all
padding-left: 10px !important;
there default layouts xml file
code: select all
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--extra css load layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="banner" type="modules">banner</block>
</blocks>
<blocks name="middle" colwidth="20">
<block name="left1">position-7</block>
<block name="right1">position-5</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1">user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>* 1 more thing: width 980px both template , slideshow.
the website address http://www.amoyso.com (i'm sorry contains chinese)
the questions follow:
1) why 'autson slideshow' not centered?
2) how perfect define module in xml of default layouts?
3) first image, why show gray line under 'header'?
i try find way resolve questions cann't.
thanks
thanks god.
i had resolve 1st question , banner can centered now.
only edit template.css file @ templates\ja_t3_blank\themes\more_contrast\css\
modify 'padding: 10px;' 'padding:0px;'
i had resolve 1st question , banner can centered now.
only edit template.css file @ templates\ja_t3_blank\themes\more_contrast\css\
code: select all
div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
padding: 10px;
}modify 'padding: 10px;' 'padding:0px;'
Comments
Post a Comment