Logo on mobile device set to 32px width
-
hi i just wonder why the logo on a mobile device is set to a max width of 32px? As soon as I view my site on mobile or resize my screen to a size of 959px or less the logo automatically becomes so small it’s unrecognisable.
The css related to this is foudn in two places on the index file (line 40):
`@media (min-width: 576px)
.builder-item–logo .site-logo img {
max-width: 32px;
}
.builder-item–logo .site-logo img {
max-width: 32px;
}
Any idea how I can remove this. I know how to override this via the custom css, it’s just very strange how it can’t be edited, from what I can see anyway.Thanks / Luke
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Logo on mobile device set to 32px width’ is closed to new replies.