Make WordPress Core

Ticket #25013: ticket25013.patch

File ticket25013.patch, 1.4 KB (added by eherman24, 11 years ago)

Increased width to 100%, Dropped down sidebar

  • style.css

     
    519519}
    520520#page {
    521521        background-color: #fff;
    522         max-width: 1230px;
    523         max-width: 123.0rem;
     522        max-width: 100%;
     523        max-width: 100%;
    524524        position: relative;
    525525}
    526526#main {
    527         max-width: 1230px;
    528         max-width: 123.0rem;
     527        max-width: 100%;
    529528}
    530529#primary {
    531530        padding-top:24px;
     
    541540        position: relative;
    542541        z-index: 2;
    543542}
     543#content article { margin: 0 auto; }
     544
    544545#content-sidebar {
    545546        -moz-box-sizing: border-box;
    546547        box-sizing: border-box;
     
    13361337        width: 100%;
    13371338}
    13381339.front-page-content-area {
    1339         max-width: 1230px;
    1340         max-width: 123.0rem;
     1340        width:100%;
    13411341}
    13421342
    13431343
     
    26682668        .list-view #primary .format-link .entry-header .entry-title {
    26692669                display: block;
    26702670        }
     2671        #content-sidebar.widget-area {
     2672                max-width: 100% !important;
     2673                min-width: 100% !important;
     2674        }
     2675        #content article {
     2676                width: 97%;
     2677                margin:0 auto;
     2678                }
    26712679}
    26722680
    26732681/* Enable Genricons */
     
    33563364        #page,
    33573365        #masthead,
    33583366        .home #main {
    3359                 max-width: 1260px;
    3360                 max-width: 126.0rem;
     3367                max-width: 100%;
     3368                max-width: 100%;
    33613369        }
    33623370        #content-sidebar,
    33633371        .post-formatted-posts {
    33643372                padding-right: 0;
    33653373        }
     3374        #content-sidebar.widget-area {
     3375        margin-right: 20px;
     3376        max-width:25%;
     3377        min-width:25%;
     3378        }
    33663379        #primary .full-width .entry-header,
    33673380        #primary .full-width .entry-content,
    33683381        #primary .full-width footer.entry-meta {