Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 494
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 278
Total: 278

need small help plz

Started by simmi2121, Jan 16, 11, 07:36:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Maxx

This setting should be the same as your /logo.png image height!


#logo {
    position: absolute;
    float: left;
    top: 80px;
    left: 15px;
    display: block;
    width: 410px!important;
    height: 90px!important;
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat;
}

Maxx

The main trouble with what you have now is that when ever the resolution changes for larger to smaller monitors, your header will be cut off some or completely out of shape, Fixed width images are out of date can not fit in various situations, this why they are like the are in the default themes, You may increase you loge from 50% to 60% and still see allot of change when changing resolution.

But keeping the logo at 50% or less will looks better at most resolution settings!

Not to mention when and if you need to change the sites width!
and in other words the logo should not be the background of the header!

hope this make sense!

regards,
Maxx

simmi2121

yup got wat u r trying to say .. and i had done it now :) reduced the size of logo

willemjan

Do you need any more help?  :)