K kan3 New Member May 13, 2009 #1 Greetings, Is there any way to increase the height of this highlighted area. Theme - greenfox
H hobbes51 New Member May 13, 2009 #2 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
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
K kan3 New Member May 13, 2009 #3 This is the theme bro Code: http://www.vbstyles.com/demo/index.php?styleid=15
H hobbes51 New Member May 15, 2009 #4 kan3 said: This is the theme bro Code: http://www.vbstyles.com/demo/index.php?styleid=15 Click to expand... 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
kan3 said: This is the theme bro Code: http://www.vbstyles.com/demo/index.php?styleid=15 Click to expand... 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
H hobbes51 New Member May 17, 2009 #6 goto your header template and wrap this around your logo <div align="center"> <img src="logo.gif"/> </div>
goto your header template and wrap this around your logo <div align="center"> <img src="logo.gif"/> </div>