1. Tiggia
  2. Commercial Templates
  3. Friday, 28 August 2015
  4.  Subscribe via email
Hi Ciaran

Could you take a quick look at http://www.top2toetherapy.co.uk for me please? In mobile or tablet view a gap appears between the logo and the menu?

Many thanks
Alison
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alison

To reduce your header height on smaller screen devices could you try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
#container_header {height: 150px;}
#container_header_bg {top: 130px;}
#nav-toggle {top: 146px;}
#socialmedia {top: 150px;}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi and thanks for the reply :)

I'm sorry but that doesn't seem to work - it just moves the slideshow higher into the menu bar instead? See attachment.

Or I'd be happy to do an alternate logo that was more square and less letterbox shaped for mobile devices if easier?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tiggia

That suggestion does seem a bit off on some screen sizes. May I suggest the following custom CSS which will stop your logo from resizing which may be an option for you...


.logo > a {
overflow: hidden;
}
.logo > a img {
max-width: none;
}


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!