Quote:
Originally Posted by macc
need some help .. will make logo picture in top of style (problue)more wide - 860px.. what to do or how to do ?
www.belaplay.com/vb/libar
reg
macc
|
Go into:
AdminCP >> Styles & Templates >> Style Manager >> ProBlue (all style options) >> Additional CSS Definitions (second box)
Change:
Code:
#header
{
background: url(images/problue/gradients/grad_top.gif) repeat-x top left;
width: 790px;
height: 97px;
float: none;
}
to:
Code:
#header
{
background: url(images/problue/gradients/grad_top.gif) repeat-x top left;
width: 860px;
height: 97px;
float: none;
}