First attempt at template customization - Joomla! Forum - community, help and support


hello, i've been using joomla couple years now, , focus has been on getting basics , seo/performance. wanting start experimenting template customisation, , don't know begin.

first of all, know how change relative or absolute positioning of module. know on custom module, can modify quite through wysiwyg editor, 3rd party modules? i've played module class suffix without success using

code: select all

position:absolute; down:50px;

tuber1981 wrote:hello, i've been using joomla couple years now, , focus has been on getting basics , seo/performance. wanting start experimenting template customisation, , don't know begin.

first of all, know how change relative or absolute positioning of module. know on custom module, can modify quite through wysiwyg editor, 3rd party modules? i've played module class suffix without success using

code: select all

position:absolute; down:50px;

well, can not style module directly entering code in module class suffix field. need enter class name.

for instance:
-test

this (depending on template) give module class name of module-test

in template css file, can style module using:

code: select all

.module-test {
position:absolute;
down:50px;
}

hope started.





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい