Common Ground
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
Admin
Admin
Admin
Posts : 3
Join date : 2022-12-02
https://www.common-ground.io

Display logo on iOS devices Empty Display logo on iOS devices

Fri Dec 02, 2022 5:27 pm
From iOS devices, Main Logo SVG can sometimes appear with a 0 width when they are exported from some software as Illustrator.
To prevent this the best way is to force its width for mobile :

[code].
defaultNavbar.mobile {
 #brandLogo img {
   min-width: 80px;
 }
[/code]
Back to top
Permissions in this forum:
You cannot reply to topics in this forum