make smaller logo-tex

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Wed May 13, 2015 12:25 am
High, how I can make smaller the logo in small devices? I'm using the the logo as "text-font" option that In-style theme has. but on iphone looks too big.

Hope you can help me.
User avatar
Junior Boarder

GK User
Wed May 13, 2015 7:26 am
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?
User avatar
Moderator

GK User
Wed May 13, 2015 8:12 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
@media (max-width: 800px) {
   a.textLogo {
      font-size: 50px;
   }
}
User avatar
Moderator


cron