Logo header misaligned on mobile device.Please help! - Joomla! Forum - community, help and support
the logo header/banner on site aligned correctly on home page it's misaligned on other pages when viewed on mobile device. know what's wrong? ahead help!!
my website http://www.pp-fx.com
below css code banner.
.logoheader {
background: url("http://www.pp-fx.com/images/banners/logo-banner-v.2.png") no-repeat scroll right bottom #0c1a3e;
color: #ffffff;
margin: 0 10px 0 !important;
min-height: 110px;
}
.logoheader {
font-weight: normal;
line-height: 1.5em;
margin: 0;
min-height: 159px;
padding: 0;
text-align: center;
}
* {
margin: 0;
padding: 0;
}
#header {
font-size: 0.41em;
}
#all {
color: #333333;
}
#all {
font-size: 0.8em;
}
#all {
text-align: left;
}
element.style {
font-size: 100%;
}
body {
color: #333333;
font-family: arial,helvetica,sans-serif;
}
body {
font-size: 100.01%;
text-align: center;
my website http://www.pp-fx.com
below css code banner.
.logoheader {
background: url("http://www.pp-fx.com/images/banners/logo-banner-v.2.png") no-repeat scroll right bottom #0c1a3e;
color: #ffffff;
margin: 0 10px 0 !important;
min-height: 110px;
}
.logoheader {
font-weight: normal;
line-height: 1.5em;
margin: 0;
min-height: 159px;
padding: 0;
text-align: center;
}
* {
margin: 0;
padding: 0;
}
#header {
font-size: 0.41em;
}
#all {
color: #333333;
}
#all {
font-size: 0.8em;
}
#all {
text-align: left;
}
element.style {
font-size: 100%;
}
body {
color: #333333;
font-family: arial,helvetica,sans-serif;
}
body {
font-size: 100.01%;
text-align: center;
Comments
Post a Comment