1. bibbp
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 March 2015
  5.  Subscribe via email
Hi Ciaran,

If my site _https://scottsproject.org.uk is view on an Android phone in responsive mode, the byline (care . support . develop) shows up ok, but on an iPhone it starts incorrectly on the left of the screen.
I have this code in my CSS script, what do I need to do to make the iPhone behave like the Android?.

@media only screen and (max-width: 1024px) { #container_header {
height: 70px;
}

Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hey Bib,

Try adding this to your Custom CSS:

@media only screen and (max-width: 440px) {
p.site-slogan {font-size: 2.7vw!important;}
}


You can play with that 2.7 number to make it different sizes specifically for phones.
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect.
Thanks as always
Peter
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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