Hi Sakin,
you can find the page currently under http://mw.hdm-stuttgart.de/~narrationsforschung/?page_id=2
I like to position the picture on the page “Institut” directly under the top-menu. It should be also as wide as the top-menu (and not as wide as the text area). I put the image into the normal page and put it into a <div> tag with the id “bannerbild”. Then I tried to change this in WordPress under “Design/Theme Options/Custom CSS” with the code: #bannerbild {
position: aboslute;
left: -100px;
top: -100px;
}
I also tried to imbed our own web font with @font-face.
@font-face {
font-family: ‘hdm_frutiger_next_prolight’;
src: url(‘hdmfrutigernextpro-light-webfont.eot’);
src: url(‘hdmfrutigernextpro-light-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘hdmfrutigernextpro-light-webfont.woff’) format(‘woff’),
url(‘hdmfrutigernextpro-light-webfont.ttf’) format(‘truetype’),
url(‘hdmfrutigernextpro-light-webfont.svg#hdm_frutiger_next_prolight’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
It also dosen’t work. I’m not sure in wich folder on the server i should save the fonts and with wich path to call them up.
I hope you can help me solving my problems.
I wish you a happy new year,
Anna-Lena