Adjusting Logo Size on Mobile

Homepage Community Forums Optimal Theme Support Adjusting Logo Size on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16369
    michellebc
    Customer

      Hi there,

      I am looking for a way to make the logo a bit smaller when the site is shown on iPhone.
      The site is: http://dogwoodcampgrounds.com/
      The problem is that on iPhones the logo is a bit too big and does not fit into the device width.

      Any idea how I can fix this issue?

      Regards,
      Michelle

      #16379
      Eric
      Customer

        What if you added this to your responsive section of the CSS (in the mobile area) –

        	.header-image .site-header,
        	.header-image .site-header .wrap {
        		background-size: contain !important;
        	}

        Let me know if that fixes it…..if not, we’ll have to use another method.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.