Joomla 169 Template


Author Message
PRT

Posted: 8/5/2011
Quote message 

I've just downloaded this template into Joomla 1.7 and noticed that the very top of the template where the logo and search field are - do not show properly. They are cut off as though they do not fit onto my screen. I have no other issues with viewing all other websites. I wonder if someone can say more about how to resolve this issue.
 
Mark

Posted: 9/9/2011
Quote message 

The same thing is happening to me: see http://translator.net.au
Any suggestion?
 
Garry

Posted: 9/18/2011
Quote message 

Find following styling rule in the style sheet:

div.art-header {
height: 350px;
margin: -70px auto 0;
position: relative;
width: 1000px;
z-index: -1;
}

and change the value of margin from -70px to 0px