nehead
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Logo Duplicating on Mobile DevicesHere’s the fix if anyone else runs into this issue:
@media only screen and (max-width: 767px) { #logo a {background:none;} }Forum: Themes and Templates
In reply to: [Point] Logo Duplicating on Mobile DevicesPerfect! That worked great! Thanks a ton 🙂
Forum: Themes and Templates
In reply to: [Point] Logo Duplicating on Mobile DevicesI made the logo size updates to the style.css (see below):
#header .image-logo { margin: 11px 0 } #logo a { float: left; color: #2A2A2A; font-weight: bold; background:url("http://appmaking101.com/wp-content/uploads/2015/03/logo-final3.png"); width:300px; height:100px; }Everything looks great on a desktop, it’s just when using a mobile device that I’m having the issue.
Forum: Fixing WordPress
In reply to: Logo Duplicating on Mobile DevicesI’m using the Point theme and made the logo size updates to the style.css (see below):
#header .image-logo { margin: 11px 0 } #logo a { float: left; color: #2A2A2A; font-weight: bold; background:url("http://appmaking101.com/wp-content/uploads/2015/03/logo-final3.png"); width:300px; height:100px; }Everything looks great on a desktop, it’s just when using a mobile device that I’m having the issue.
Viewing 4 replies - 1 through 4 (of 4 total)