Jump to content

[Solved] logo position


Recommended Posts

/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header {position:relative}
#header_logo {
	position: absolute;
	left:1px;
	top: 1px;    
	z-index: 1;
}

#header_right {
	position:relative;
	float: right
}

I think you have to edit this section of the global.css file, although I'm not sure on the difference between absolute and realative.  I ended up disabling the header navigation, but then it still doesn't look right...

Link to comment
Share on other sites

Good morning

 

Using PS 1.5.5

 

You would be better posting a URL

 

But if your going to try then find:

 

public_html/your shop/your theme/default/css/global.css

 

and around Line 550

 

/* ************************************************************************************************

HEADER
************************************************************************************************ */
#header {position:relative}
#header_logo {
position: absolute;
left:0;
top: 30px;  (smaller number = higher, bigger number = lower)
z-index: 1;
 
}
 
Paul
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...