For JM Casual, which CSS file, Tags detemine the width/lenght of the logo?
2 answers
Hi Mark,
Please go to the file: /skin/frontend/default/jm_casual/css/styles.css at line from 8516 -> 8531 for change with logo.
#logo {
float: left;
margin: 0;
min-height: 27px;
width: 292px
}
#logo a{
float: left;
height: 27px;
margin: 27px 0;
text-indent: -999em;
width: 204px;
background-position: 0 0;
background-repeat: no-repeat;
}
Hope it will help you.
Best regards,
Ziven.
Most awesome!
This question is now closed