Template change not working as it should - Joomla! Forum - community, help and support
hallo,
this concerns joomla template "123wd-j15-2" @ http://www.devillisms.com.
at top of template there - above greenish devillisms.com logo - brown section of template approximately 2.5 centimetres in height.
i not css literate, made effort , went template manager - edit css etc. , came across section of template:
#logo table {
width: 980px;
height: 30px;
margin: 0 auto;
i changed height 0px , brown section above greenish devillisms logo narrowed.
but there still space of 1 centimetre or above greenish logo.
where other css part should go , edit?
i hope can help.
thanks!
riaan
this concerns joomla template "123wd-j15-2" @ http://www.devillisms.com.
at top of template there - above greenish devillisms.com logo - brown section of template approximately 2.5 centimetres in height.
i not css literate, made effort , went template manager - edit css etc. , came across section of template:
#logo table {
width: 980px;
height: 30px;
margin: 0 auto;
i changed height 0px , brown section above greenish devillisms logo narrowed.
but there still space of 1 centimetre or above greenish logo.
where other css part should go , edit?
i hope can help.
thanks!
riaan
try one
change margin 0px in template.css (line 86)
code: select all
#page_bg {
margin:40px auto 0;
padding:0;
width:990px;
}
change margin 0px in template.css (line 86)
Comments
Post a Comment