1. HighlandJ51
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 25 February 2016
  5.  Subscribe via email
I've created a newmodule using the Polaris template that works perfectly, except that it overprints the logo area when seen in mobile view – you can see it at http://216.122.105.37/

Is there a way to have the newmodule drop down below the logo when the site is responding to a mobile device?

Thanks,
Jeff
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jeff

To amend try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
#container_header {
height: 320px;
}
#socialmedia {
top: 320px;
}
#newmodule {
top: 150px;
}
}


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

This worked perfectly - thanks for your quick help!

Jeff
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent.. thank you for the update!

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!