Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to make logo scale down on mobile Re: How to make logo scale down on mobile

#140678
The_Mechanic
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%;
}`