<em>@simpsonix 319400 wrote:</em><blockquote>hello!
i have two questions:
1) how can I change the position of the masshead title? up,down, left, right? (I want it to move down)
2) when I move the masshead title a little down (to make more of the masshead image visible), will the content below move down with it, or will I have to move the content window seperately?
thanks in advance!
simpsonix</blockquote>
Backup the file first so that you have an original.
2. No and it will disappear behind the content window if you move it down anyway and second part – Yes.
k2.css line 2389
#ja-masshead {
}
change the height upwards to see more
1. k2.css line 2370
#ja-masshead .ja-masshead h3.ja-masshead-title {
- color: white;
- text-transform: uppercase;
- top: 180px;
- padding-left: 0px;
- font-size: 450%;
- line-height: 1;
- width: 1000px;
- margin: auto;
- position: relative;
- left: auto;
}
play with the top: 180px; for vertical change and edit margin: auto; to margin-left: XXpx; for horizontal change.
Happy playing!!