Logo size on mobile devices

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Oct 09, 2013 8:08 am
Hi there,

Could you possibly give me the right logo size for correct display of the logo on mobile -- my logo size seems to break the layout.

Please see the screenshot supplied:

http://glui.me/?i=zt0p0g3s0b4jarv/2013- ... 03_AM.png/

Regards

Francois Wessels
User avatar
Junior Boarder

GK User
Wed Oct 09, 2013 9:00 am
It's 154 x 30px, maybe provide an URL to your website (here or via PM), then I'll try to help..
User avatar
Moderator

GK User
Wed Oct 09, 2013 9:33 am
Hi Piotr,

Thank you very much for your reply -- the URL is http://solarjar.worldofglass.co.za

Thank you so much for your assistance!


Francois
User avatar
Junior Boarder

GK User
Wed Oct 09, 2013 12:05 pm
Paste this code into css/mobile.css file:
Code: Select all
#gk-head .imageLogo {
width: 75%;
margin: -8px 0 10px -10px;
}

customize width and margin, maybe add also this code to mobile.css, (customize color), because "My account" link is illegible with this background.
Code: Select all
#top-menu li a {
   color: #f5f5f5;
}
User avatar
Moderator

GK User
Wed Oct 09, 2013 12:55 pm
Hi Piotr,

That did the trick! Thank you for your assistance.


Kind regards

Francois
User avatar
Junior Boarder

GK User
Sat Apr 25, 2015 5:39 pm
Dear Piotr

I would like to fix my logo on mobile.css also but i cannot find #gk-head .imageLogo in the mobile.css file

any help ?
User avatar
Fresh Boarder

GK User
Mon Apr 27, 2015 7:48 am
Hello,

You have to paste the css selector (#gk-head .imageLogo) with the rules into mobile.css file:
Code: Select all
#gk-head .imageLogo {
width: 75%;
margin: -8px 0 10px -10px;
}
User avatar
Moderator


cron