Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author sunnyverma1984

    (@sunnyverma1984)

    to change the style of info box, edit imdbinfocss.php in plugin folder and change line number 9
    from
    echo '#imdbinfo {border-collapse: separate !important;clear:both;border:solid 1px #'.$hb.';background:#'.$bb.';border-radius:'.$ic.'px}

    to

    echo '#imdbinfo {width:50%;float:right;border-collapse: separate !important;clear:both;border:solid 1px #'.$hb.';background:#'.$bb.';border-radius:'.$ic.'px}

    width:50% is not working.. please check. No matter what I input the size box size always remains same.

    Was this problem solved? Changing the box size dos not work for me either. Is it possible to make a 500 px width for instance?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing size of info box’ is closed to new replies.