1. EFH
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Wednesday, 25 February 2015
  5.  Subscribe via email
Hi there,

How do I adjust the height of logo text for mobile devices?
I have placed this code, but it does not seem to work.

@media only screen and (max-width: 767px) {
h1.logo-text a {
font-size: 28px;
}

@media only screen and (max-width: 440px) {
h1.logo-text a {
font-size: 10px;
}

Thanks in advance
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Please provide a URL to an example of your logo text.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you I have worked it out!
I repositioned the below code in Custom CSS and everything works perfectly now.

.hornavmenu {
float: left;
top: 113px;
}
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Great!)

Thank you for the update and for sharing your solution.

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


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