Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other JQuery Mobile: header width

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #201998
    codeaholic
    Participant

    I’ve just started using Jquery Mobile. I need to build a responsive web site that is basically a mobile-ready HTML site that can be easily converted to a phone app later with PhoneGap.

    My Problem: How do I change the width of the header.

    <div data-role="header" data-theme="c">
    <h1>dumdum</h1>
    </div>

    Should I be using a height in the style, should I be setting up a separate CSS file, give this div an ID and then supplement the height in that CSS. Themeroller creates its own CSS so I don’t think making direct changes there would be a good thing because then I can’t make small changes to the theme.

    I’m just trying to understand how to use Jquery Mobile I guess and even if its the right thing. I like the themeroller concept.

    Also, if jquery mobile is not the right thing, please suggest otherwise.

    #202081
    Paulie_D
    Member

    Codepen can be used for free if you check carefully.

    However you can use jsfiddle.net as an alternative if you want.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.