i'm trying make "header" of site little taller, i've changed in of .css files or index.php shifts artwork downward, doesn't expand position/module.
i tried setting height in custom html module made this, , did not change anything.
it looks area supposed have minimum height of 200, it's not close that.
link is: http://50.116.104.106/~fishingt/joomlaftr/
any insight appreciated!
i tried setting height in custom html module made this, , did not change anything.
it looks area supposed have minimum height of 200, it's not close that.
link is: http://50.116.104.106/~fishingt/joomlaftr/
any insight appreciated!
in template personal.css find
and add line parenthesis
you have set few more parameters suit needs.
however start using firefox along firebug addon.
code: select all
#header {
background: none repeat scroll 0 0 #ffffff;
font-size: 1em;
position: relative;
}
and add line parenthesis
code: select all
height: 200px;
you have set few more parameters suit needs.
however start using firefox along firebug addon.
Comments
Post a Comment