Login  Register

Re: Question about forum header

Posted by Pedro on Oct 26, 2012; 3:24pm
URL: https://support.nabble.com/Question-about-forum-header-tp7581704p7581711.html

Please, go to  Options -> Application -> Change Appearance -> CSS.
Replace:
#harvey_img{
}
#harvey_img img{
}
With:
#harvey_img {
    position: absolute;
}
#harvey_img img {
    height: 130px;
    width: 180px;
}
and save. You can try another values for those height and width.
My test forum.