Logo problem on tablets and iphone

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Sat May 30, 2015 8:40 am
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
User avatar
Fresh Boarder

GK User
Mon Jun 01, 2015 8:28 am
Hello,

I can't see your website (maintenance mode is enabled), could you send me a PM with the access?
User avatar
Moderator

GK User
Mon Jun 01, 2015 8:43 am
Piotr Kunicki wrote:Hello,

I can't see your website (maintenance mode is enabled), could you send me a PM with the access?


Dear Piotr

I have deactivated maintenance mode.

You can check it now
User avatar
Fresh Boarder

GK User
Mon Jun 01, 2015 8:53 am
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);
}


and adjust margin and scale values to your needs.
User avatar
Moderator

GK User
Mon Jun 01, 2015 12:04 pm
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.
User avatar
Fresh Boarder


cron