1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 31 December 2016
  5.  Subscribe via email
Logo on cell phone in horizontal position becomes a stipe across the page. I need to not have the stripe across the top of the page, only the logo.

I have tried this but it didn't affect the logo on cell phone:
@media only screen and ( max-width: 767px ) {
h1.logo a {
background-size: 200px auto;
}}
References
  1. http://atlanticwebsitedesign.us/divorce_law_fort_lauderdale/index.php
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters...

@media only screen and (max-width: 767px) {
.logo {
background-color: transparent;
border: 0 none;
box-shadow: none;
}}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect!! Thank you.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!