Hi, it's so easy to do that, see below few tips.
1) Create vertical thin blue line in photoshop, copy to /images folder where you have our template
2) Overwrite body { } with:
- Code: Select all
body {
background: url("../images/blue-thin-line.png") repeat-x #D9D9D9;
}
3) Change value of margin/padding to set a good position for logo:
- Code: Select all
h1#gkLogo {
margin:0px;
float:left
position: relative;
}
p.s.
You can always request support from us, but you need take in your mind that customization is not regular Template support.