
FAIR is a non-profit organization dedicated to providing well-documented answers to criticisms of the doctrine, practice, and history of The Church of Jesus Christ of Latter-day Saints.
MikeParker (talk | contribs) No edit summary |
MikeParker (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
/* Aplicar solo en dispositivos móviles */ | /* Aplicar solo en dispositivos móviles */ | ||
@media only screen and (max-width: | @media only screen and (max-width: 768px), only screen and (max-device-width: 768px) { | ||
/* 1. Centrar el contenedor principal */ | /* 1. Centrar el contenedor principal */ | ||
figure > a > img {
width: 100% !important
}
/* Aplicar solo en dispositivos móviles */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
/* 1. Centrar el contenedor principal */
.site-header .wrap {
display: flex;
flex-direction: column; /* Apila los elementos verticalmente */
align-items: center; /* Centra horizontalmente */
text-align: center;
padding: 20px 0; /* Espaciado opcional */
}
/* 2. Asegurar que el logo/título ocupe el ancho completo y no flote */
.site-header .title-area {
width: 100%;
float: none; /* Por si el tema usa floats */
margin-bottom: 15px; /* Espacio entre el logo y el texto azul */
}
/* 3. Ocultar o ajustar el texto azul (opcional) */
/* En la segunda imagen el texto azul no aparece o es muy discreto.
Si quieres ocultarlo como en la imagen 2, usa: */
.site-header .header-widget-area {
display: none;
}
/* 4. Estilizar el botón de Menú para que ocupe todo el ancho */
.menu-toggle {
width: 100%;
display: block;
margin: 0 auto;
border: none;
background-color: transparent; /* O el color de fondo que prefieras */
padding: 15px 0;
border-top: 1px solid #eee; /* Línea divisoria sutil */
}
}

FAIR is a non-profit organization dedicated to providing well-documented answers to criticisms of the doctrine, practice, and history of The Church of Jesus Christ of Latter-day Saints.
We are a volunteer organization. We invite you to give back.
Donate Now