Jump to content

Change theme header doll house


Recommended Posts

Hello, good afternoon, I just bought this template and I would like putting on a heading of 267 x 200 px, attached a screenshot of how it is, I've tried to modify the global.css but I did not get the desired result. 

 

Someone could help me set it up? 

 

Thank you very much, greetings.

 

Capture:

 


Link to comment
Share on other sites

Here is what you need to adjust :

in global.css line 322 change code to 

header {
padding: 341px 0 0 0;
position: relative;
background: url(../img/header-bg.jpg) repeat-x 0 278px;
}

here you can adjust padding value and also black bar position, then line 324

#header_logo {
position: absolute;
left: 0;
top: 60px;
}

and line 372 to

#tmheaderlinks {
position: absolute;
left: 26px;
top: 296px;
}

also line 356 

#search_block_top {
position: absolute;
right: 9px;
top: 291px;
}

That should help but if you need adjust values +/- few pixels. 

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