1. Tiggia
  2. Commercial Templates
  3. Wednesday, 10 February 2016
  4.  Subscribe via email
Hi Ciaran

Hope you're doing ok.

May I ask - is it possible to have more than two different logos depending on screen size?

at http://tiptopengineering.co.uk/index.php/gallery/motorsport
I have a logo for full screen and a logo for mobile use. Is it possible to also have another logo variant for tablet (specifically ipad mini)?

Would appreciate any help, thank you :)

Alison
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alison

Try adding the following to the Custom CSS field of your templates parameters editing the path to match that of your mobile logo...


@media only screen and (max-width: 1024px) {
h1.logo a {
background-image: url("/images/mobile-logo.png") !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran
I already have similar for a mobile logo. I need a logo variant for desktop, for tablet and for mobile.

So is it possible to add one for tablet use too?

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

The suggested CSS will most tablets. To target mobile phones specifically try the following...


@media only screen and (max-width: 767px) {
h1.logo a {
background-image: url("/images/mobile-logo.png") !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That's fab. Thank you - I think I was getting everything the wrong way round - but that works and is just the job. Excellent help as always Ciaran, it's very much appreciated.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Your welcome.. happy to help! :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok