I am using JQuery Mobile, and I have a panel that appear on the right of the screen, is it possible to have the panel appear on the right column (middle of the page) and not to the far right of the screen.
jQuery Mobile panel screen positioning
144 Views Asked by Annie At
2
I found a way to place the panel in-between my header and footer. I just added data-position ="fixed" to my header section and it worked like a charm.