Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fix formatting on Website

  • Username and Password fields are too long, how do I format them so they are contained within the border?

    Site is bit.ly/pf9fCY

Viewing 1 replies (of 1 total)

  • Tammie Lister
    Moderator

    @karmatosed

    You will have to do a little bit of adjustment for the CSS:

    `div#sidebar table {
    margin: 0 -16px;
    width: 117%;
    }`

    needs to become:
    `div#sidebar table {
    margin: 0;
    width: 100%;
    }`

Viewing 1 replies (of 1 total)
  • The topic ‘Fix formatting on Website’ is closed to new replies.
Skip to toolbar