Jump to content

delete the space on top of header


Recommended Posts

hello
How to delete the space on top of header please !
i atached image to here !

To check where the code of this space, you should download the firebug, it's one of plugin for firefox, you will easy to track code of this space....
Google this plugin and how to use it.....
Have fun!
Link to comment
Share on other sites

hello
How to delete the space on top of header please !
i atached image to here !

To check where the code of this space, you should download the firebug, it's one of plugin for firefox, you will easy to track code of this space....
Google this plugin and how to use it.....
Have fun!


i have firebug but it seems that not in the css file maybe in the header.tpl .i couldnt found it yet
Link to comment
Share on other sites

I have a similar problem but with another theme...

I my case the problem is related to the webbrowser, looks fine in Firefox but IE leave a spacing between front image and menu... After some research about this I found out that this is a bug in the browser, IE do not read the code correct... So test it in both Firefox and IE and see if u have the same problem in both browsers...

Link to comment
Share on other sites

What would happen if you change line 169
#page {
   width: 980px;
   margin: 5px auto;
   text-align:left;
   background-color:white;
   border-left: 1px solid #666666;
   border-right: 1px solid #666666;
   border-bottom: 1px solid #E4E4E4;
}



To this

   margin: 0px auto;



It Happen ..that it works fine 100% thanks a lot !!!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...