Added module, can't refine the positioning. - Joomla! Forum - community, help and support
still learning css here, managed add right module position using section of site. can't figure out how adjust placement of module position though. want higher , further left. please help!
http://customkia.westcoast-ventures.com
http://customkia.westcoast-ventures.com
to refine module (or style individually without affecting other modules) need give module suffix in module parameters. in css instead of module being controlled plain:
you use example:
code: select all
table.moduletable {
border-collapse:collapse;
border-spacing:0px;
}
you use example:
code: select all
table.moduletable-parts {
put css in here position , style module
}
Comments
Post a Comment