:confused:
Hello All,
Polaris is a great template and I look forward to using it in a number of applications, however, I’ve been trying to insert a new logo into the Polaris template. My logo is 150 pixels tall and 300 pixels wide, however, I only see 150×150 of my logo (150 pixels of the right side of the logo are cut off).
I’ve changed the tamplate_css.css to reflect changes as advised in other threads but I just can’t get the logo to display properly.
I currently have changed the template_css.css to:
/* HEADER
——————————————————— */
#ja-header {
position: relative;
height: 150px;
}
#ja-header h1 {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
height: 150px;
font-size: 2em;
}
#ja-header h1 img {
margin: 0;
padding: 0;
height: 150px;
width: 300px;
line-height: normal;
}
The logo, which is 300 pixels wide is only displaying 150 pixels.
Please help.