IIntensivedesignJan 13, 2021
Is there a way to specify "third" size for the logo for very small mobile screens?
See the attached image where the logo is a little too big on an iPhone SE.
Thanks again for the great support!
1 reply · opened Jan 13, 2021
Is there a way to specify "third" size for the logo for very small mobile screens?
See the attached image where the logo is a little too big on an iPhone SE.
Thanks again for the great support!
Hello,
Absolutely! Simply use the following CSS Code:
[ch_pre]@media (max-width: 575.98px) {
#logo img {
height: 60px !important;
}
}[/ch_pre]
This will definitely work fine. You can simply change the height value according to your needs. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard