Logo Won't Fit in Top.... - Joomla! Forum - community, help and support
howdy!
anyone know how adjust margin (if that's correct term) around template can fit our logo in top?
you can see challenge here: www.miraclesmaps.com
thank kindly help.
warm regards,
g
anyone know how adjust margin (if that's correct term) around template can fit our logo in top?
you can see challenge here: www.miraclesmaps.com
thank kindly help.
warm regards,
g
hi,
the height of header controlled in styles.css (should in css folder of template). need change value of 'height:89px' line around 120px:
it should around line 38 of css code.
mick.
the height of header controlled in styles.css (should in css folder of template). need change value of 'height:89px' line around 120px:
code: select all
#header {
position: relative;
height: 89px;
width: 980px;
margin: 0px auto 0;
}it should around line 38 of css code.
mick.
Comments
Post a Comment