Hi WPMU,
I had done so,but you better your code, I will use your thanks ??
@media only screen and (min-width : 1281px) { /* COMPUTER */
.iheader h1 {
display: block;
float: left;
font-size: 30px;
line-height: 100px;
padding: 0px;
margin: 0px;
font-weight: 500;
color: #FFF;
}
}
@media only screen and (min-width : 961px) and (max-width : 1280px) { /* SMARTPHONE */
.iheader h1 {
display: block;
float: left;
font-size: 30px;
line-height: 100px;
padding: 0px;
margin: 0px;
font-weight: 500;
color: #FFF;
}
}
@media only screen and (min-width : 768px) and (max-width : 960px) { /* SMARTPHONE */
.iheader h1 {
display: block;
float: left;
font-size: 25px;
line-height: 100px;
padding: 0px;
margin: 0px;
font-weight: 500;
color: #FFF;
}
}
@media only screen and (min-width : 480px) and (max-width : 767px) { /* SMARTPHONE */
.iheader h1 {
display: block;
float: left;
font-size: 20px;
line-height: 50px;
padding: 0px;
margin: 0px;
font-weight: 500;
color: #FFF;
}
}
@media only screen and (min-width : 30px) and (max-width : 479px) { /* SMARTPHONE */
.iheader h1 {
display: block;
float: left;
font-size: 20px;
line-height: 50px;
padding: 0px;
margin: 0px;
font-weight: 500;
color: #FFF;
}
}