Personalizacion de Twenty Seventeen, Pantalla completa | Develop Site
Con este codigo se busca que la plantilla hijo de Twenty Seventeen se vea a lo ancho de la pantalla
- .wrap {
- /* margin-left: auto; */
- /* margin-right: auto; */
- max-width: 100%;
- /* padding-left: 2em; */
- /* padding-right: 2em; */
- }
- /*Computer screen */
- @media screen and (min-width: 48em) {
- .wrap {
- max-width: 100%;
- /* padding-left: 3em; */
- /* padding-right: 3em; */
- }
- .twentyseventeen-front-page.has-header-image .custom-header-image {
- /*height: 1200px;*/
- /*height: 100vh;*/
- height: 50vh;
- /*max-height: 100%;*/
- /*overflow: hidden;*/
- }
- }
- /* Mobile screen*/
- .has-header-image.twentyseventeen-front-page .custom-header {
- /*display: table;*/
- /*height: 300px;*/
- /*height: 75vh;*/
- height: 50vh;
- /*width: 100%;*/
- }
- .page.page-one-column:not(.twentyseventeen-front-page) #primary {
- /*margin-left: auto;*/
- /*margin-right: auto;*/
- max-width: 100%;
- }
- /* Computer screen with logged in user and admin bar showing on front end*/
- @media screen and (min-width: 48em) {
- .page-one-column .panel-content .wrap
- {
- max-width: 100%;
- }
- .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
- /*height: calc(100vh - 32px);*/
- height: calc(50vh - 32px);
- }
- }
Español
- blog de habitacia
- Log in or register to post comments