Search code examples
jqueryjquery-mobilejquery-mobile-panel

jQuery Mobile panel screen positioning


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.


Solution

  • 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.

    <div data-role="header" data-position="fixed">