1. Edgar68
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 23 June 2016
  5.  Subscribe via email
Hi

what code can i add to the Custom CSS field of myJoomla templates parameters?

I would like to lower the logo on mobile phone only.

Gr. Edgar
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Edgar

Please post a URL with an example of your logo.

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

To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


@media only screen and (max-width: 767px) {
.logo img {
margin-top: 30px;
}}


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


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