Jump to content

[Solved] Remove Space Below Logo


Recommended Posts

Hello Harvy

You mean the space between the tags and the logo ? ( the dark part ? )

Is your site not live so that i can have a look, if you want to do it yourself i suggest to install firebug for firefox .


ysco..

Link to comment
Share on other sites

Hello Harvy

I see, well if you place the logo a bit lower then your problem is solved.
Try this, go to your theme folder then to CSS folder now open the global.css with your favorite editor and search for logo probably on the default PS template it should be line 195 there you see this code

h1#logo {
   float: left;
   width: 27%;
   margin-top: 0.5em



Change margin-top to 0.6 or 0.7em you can also change it to margin-top: 55px and then every time a few pixels higher, how higher the pixels the lower your logo drops from top.


ysco..

Link to comment
Share on other sites

Hello Harvy,

Alright try this then,

   float: left;
   width: 29%;
   margin-top: 0.5em;
   /*+placement:shift -4px 3px;*/
   position: relative;
   left: -4px;
   top: 3px;



Add the extra code that i added.
You can play with top: 3px to go up and down, now only the logo will move instead off all.

ysco..

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...