Login  Register

Re: Question about forum header

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

Go to your css code: Options -> Application -> Change Appearance -> CSS.
#harvey_img {
    //position: absolute;
}
#harvey_img img {
   // height: 130px;
    //width: 180px;
}
Just remove the slashes:
#harvey_img {
    position: absolute;
}
#harvey_img img {
    height: 130px;
    width: 180px;
}
and save.
My test forum.