Make WordPress Core

Ticket #26189: 26189.3.diff

File 26189.3.diff, 838 bytes (added by cainm, 12 years ago)

Add 100px negative space to right side to provide for first submenu in primary navigation on smaller desktop resolutions

  • wp-content/themes/twentyfourteen/rtl.css

     
    616616}
    617617
    618618@media screen and (min-width: 1008px) {
     619        .site {
     620                margin-right: 0;
     621                margin-left: 100px;
     622        }
     623
    619624        .search-box-wrapper {
    620625                padding-right: 182px;
    621626                padding-left: 0;
  • wp-content/themes/twentyfourteen/style.css

     
    34763476}
    34773477
    34783478@media screen and (min-width: 1008px) {
     3479        .site {
     3480                margin-right: 100px;
     3481        }
     3482
    34793483        .search-box-wrapper {
    34803484                padding-left: 182px;
    34813485        }