Home › Forums › CSS › How to make logo scale down on mobile › Re: How to make logo scale down on mobile
June 27, 2013 at 5:14 am
#140678
Member
The easiest way to achieve this is not involve it in background image use it in `` tag and set it’s width to 100% and wrap it to any tag whatever you like for example:
`
`
css would be for this:
`
#logo img{
width:100%;
}`