1. gcopping
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 06 February 2017
  5.  Subscribe via email
https://www.joomla51.com/tutorials/item/re-sizing-your-logo-for-smaller-screen-devices

I have been following the instructions in this tutorial to resize my logo image for smaller screens, however it doesn't make any difference to my logo size on small screens - I just get the truncated larger version. I have tried refreshing the screen on the mobile but this doesn't work either. Can you please help?

Thanks,

Gary
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gary

Would you have a URL to your site and we will examine this issue further?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
http://www.electricadjustablebedshop.com

Ciarán

Thanks see above. Let me know if you need Administrator access.

Gary
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gary

To amend try adding the following to the Custom CSS field of your templates parameters...

.logo {
width: auto;
}
.logo img {
margin: 10px 0 0 !important;
max-width: 100%;
position: static;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán. Do I remove the previous code that I put in as per the tutorial or just add this code to it?

Gary
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gary

Yes you can remove the previous code added.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán that has worked. Your help is much appreciated.

Gary
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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