1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 27 July 2016
  5.  Subscribe via email
http://www.unitedguarding.co.uk

I added the following ot custom css to get the header-2 content to display on mobiles

.header-1, .header-2 {
display: inline !important;
}

Now the custom module in header 2 position when viewed on mobiles, sits on top of the logo. Is it possible to site underneath the logo.

cheers, Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

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


@media only screen and (max-width: 440px) {
#header {
height: 300px;
}
.header-2 {
position: relative;
top: 130px;
}}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
perfect, many thanks

Paul
  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!