Increase height

kan3

New Member
Greetings,

Is there any way to increase the height of this highlighted area.

Theme - greenfox

2a9wora.png
 

hobbes51

New Member
try to do this in the css of your template... there should be a .logo or .header or #header section where you can set the height


if you send me a link to your template i can tell u what to do
 

hobbes51

New Member
kan3 said:
This is the theme bro

Code:
http://www.vbstyles.com/demo/index.php?styleid=15


add a new css value to class header_bg in style manager >> main CSS
height: 200px;


here is an example
Code:
.header_bg {
background:#006600 none repeat scroll 0 0;
height:164px;
}


if anyone else needs help with templates let me know
 
Top