Screenshot_2013-02-12-14-25-50.png

CommentFileSizeAuthor
Screenshot_2013-02-12-14-25-50.png96.58 KBezra-g

Comments

Zarabadoo’s picture

Assigned: Unassigned » Zarabadoo

A a matter of clarification, the dropdowns are supposed to be styled like normal text.

rosemeria’s picture

I believe we need to have the h2 font-size and line-height on mobile to drop down to around 32px.
Tablet landscape and portrait seem to be fine at 54px.

responsive.custom
@media only screen and (max-width: 480px) {

h2 {
font-size: 32px;
line-height: 32px;
}
...

Zarabadoo’s picture

The issue is that the javascript library in use purposely ignores any mobile device. There are 3 options here:

  1. Make a patch to at least allow the option of overriding mobile devices and convince the maintainer it is a good idea.
  2. Take previous patch and make our own fork.
  3. Find another solution
ezra-g’s picture

Version: » 7.x-3.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.