Small logo after update
-
Hi,
I saw a topic posted here outlining an issue which is very similar to mine. Basically, after one of the last updates, my main logo is now a lot smaller than it was.
my site is http://jamesdevonshire.com
My custom CSS is as follows:
———————————-
.social-media-icons i {
font-size: 40px;
}
@media all and (min-width: 900px) {
#menu-primary #site-description {
clear: left;
margin: 0 3em 0 0;
}
.social-media-icons.visible {
margin-top: -1.5em;
}
}
@media all and (max-width: 800px)
{#logo {
width: 240px !important;
position: static !important;
}
}
——————————————I tried changing the last part to:
——————————————-
.site-title .logo {
width: 240px !important;
position: static !important;
}
}
——————————————-
as I saw in the other post but it didn’t make any difference.
The topic ‘Small logo after update’ is closed to new replies.
