1. Nineveh.carvan
  2. Commercial Templates
  3. Wednesday, 11 November 2015
  4.  Subscribe via email
Do you have a solution for the site when it goes into responsive mode? The text is not formatting.

http://www.lansingedfoundation.org

Thank you!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming you are referring to the logo text, try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


@media only screen and (max-width: 959px) {
h1.logo-text a {
font-size: 40px;
}}
@media only screen and (max-width: 767px) {
h1.logo-text a {
font-size: 30px;
}}
@media only screen and (max-width: 440px) {
h1.logo-text a {
font-size: 20px;
left: 0;
}}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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