Hi,
when I inserted the following css custom:
#gkLogo {
height: 61px;
margin: 15px 30px 10px -740px;
padding: 0;
text-indent: -999em;
text-shadow: none;
width: 300px;
display: inline-block;
}
When I view the page on the tablet, the logo is placed outside the left margin, while on the iphone is fine!
how can I fix the display to tablet?
Tnx