Logo Text not responsive?

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Sat Feb 07, 2015 8:19 pm
Hi
My own logo text that is set in theme branding is not responsive.
The posts and pages shrink down like they are supposed to on mobile but the logo text doesn't
Is there anyway to remedy this?
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 11:39 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Feb 10, 2015 10:00 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
a.textLogo {
   max-width: 100%;
}
@media (max-width: 900px) {
   a.textLogo {
      font-size: 50px;
   }
}
User avatar
Moderator

GK User
Thu Feb 12, 2015 2:02 pm
It worked
Thanks for your help Piotr
User avatar
Junior Boarder


cron