Log in

View Full Version : wired header problem


saini1987
06-28-2012, 05:32 PM
http://img339.imageshack.us/img339/1043/newpicturenw.jpg


The Extra header is coming in navbar when I make the width less than 100%

kh99
06-28-2012, 07:24 PM
Part of the html for that page looks like this:

<table border="0" width="95%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="95%" class="logo_bg">
<table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>



If you change the 95% in red to 100%, I think that will fix it. (Sorry, I don't know exactly where you need to change it - or whether it's in a template or stylevar).

saini1987
06-29-2012, 02:39 AM
I know where to fix it, but i dont want to make 100% width
is there any solution for correcting this without full width ?

kh99
06-29-2012, 12:10 PM
Well, what I did was look at your site in Firefix with the Firebug mod installed. I lets me "inspect" anything on the page and see the html and css that creates it, and also change the values and see the results. So I'm pretty sure changing the value I posted in red above will fix your problem - it just changes the width of the navbar, not the entire site. But maybe you're using a stylevar there, and it's the same as the variable for the entire site width? Otherwise, I'm not sure what to tell you - maybe someone else will know.

Simon Lloyd
07-01-2012, 06:50 AM
You could set the width to auto or maybe introduce another <td> with just a &nbsp; in it to make up the width.