1. JoomlaGirl
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 15 December 2013
  5.  Subscribe via email
Hi,
I have inserted the Custom CSS from your tutorial 'Re-sizing your logo image on smaller screen devices' into the custom css field and it hasn't fixed the issue of my logo overlapping the social icons on mobile devices. Can you please help?


Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kirsty

Could I ask you to paste a copy of the CSS you have added.

Thank you
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

I added
@media only screen and ( max-width: 767px ) {
h1.logo a {
background-size: 400px auto;
}}

@media only screen and (max-width: 440px) {
h1.logo a {
background-size: 300px auto;
}}

Regards
Kirsty
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Could you try changing this to...


@media only screen and ( max-width: 767px ) {
h1.logo a {
background-size: 400px auto;
top: 25px;
}}

@media only screen and (max-width: 440px) {
h1.logo a {
background-size: 300px auto;
top: 40px;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciarán, that fixed it! :cheer:
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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