1. Stephanie
  2. Commercial Templates
  3. Friday, 05 September 2014
  4.  Subscribe via email
Hi,

I have found some extra css in the forum here to adjust the logo text size for mobile. The problem is that it only shrinks the left side of the logo. How do I adjust both left and right text logos for mobile?

http://www.alegria-showteam.nl
as example.

Thanks in advance!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stephanie

Try changing your Custom CSS fo the following...


/* #Tablet (Portrait)
====================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
h1.logo-text a, .site-slogan span {font-size: 34px;}
}
/* #Mobile (Landscape)
====================== */
@media only screen and ( max-width: 600px) {
h1.logo-text a, .site-slogan span {font-size: 20px;}
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you! Works great!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!