Jump to content

[SOLVED] Want to move logo above menu bar


Recommended Posts

global.css line 74

instead of:

.ixt-logo {
display: block;
position: absolute;
left: 10px;
top: 0;
width: 93%;
height: 150px;
} 

use:

.ixt-logo {
display: block;
position: absolute;
left: 10px;
top: -160px;
width: 93%;
height: 150px;
}

i changed top avlue to -160px;

 

 

effect:
krVSCMA.png

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