mark4040 Posted April 8, 2011 Share Posted April 8, 2011 Hi guysCan anyone tell me is there any way i can move my logo up a bit on the header so that i can see all the logo.please have a look at the link and you will no what i mean.please check this out Link to comment Share on other sites More sharing options...
nuclearholocausto Posted April 8, 2011 Share Posted April 8, 2011 is this a custom template? If so my best suggestion is to use Firebug and look for #logo, your position is currently set at 79px, changing it to 69px should do the trick.you can also try changing global.css: h1#logo { left: 20px; position: absolute; top: 79px; z-index: 1; } to: h1#logo { left: 20px; position: absolute; top: 69px; z-index: 1; } Link to comment Share on other sites More sharing options...
mark4040 Posted April 8, 2011 Author Share Posted April 8, 2011 Thank you very much works a treat.Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts