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
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 usingcode: 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
Post a Comment