My logo looks small on mobile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haloamor
    New Member
    • Mar 2014
    • 6
    • 5.0.X

    My logo looks small on mobile

    The header logo looks great on browser but super small on mobile compared to the ads on top of it.
    What can I do to tweak this?
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    I noticed this too... Not sure why it shrinks it down so much but to stop it add the following to the css_additional.css template-

    Code:
    #header .site-logo img { 
     min-width: 320px;  
     min-height: 120px;
    }
    Change the height and width values above to be equal to or smaller than the dimensions of your actual image.

    Comment

    • haloamor
      New Member
      • Mar 2014
      • 6
      • 5.0.X

      #3
      wow that's perfect! Thanks Joe!

      Comment

      Related Topics

      Collapse

      Working...