Hello
I need your help
my website url is : www.housepacificradio.com
When you visit the website on the iPhone or iPad the logo is out of bounds on the top corner
How can i fix this ?
Thanks you
Piotr Kunicki wrote:Hello,
I can't see your website (maintenance mode is enabled), could you send me a PM with the access?
a.cssLogo {
margin-top: -18px;
margin-left: -45px;
-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
Piotr Kunicki wrote:Try to add this code at the end of your css/tablet.css file:
- Code: Select all
a.cssLogo {
margin-top: -18px;
margin-left: -45px;
-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
That did the trick
Thank you so much
and adjust margin and scale values to your needs.