Tagged: responsive, transparent header
Hi guys, the theme is not displaying wright in mobile devices. The header is not transparent, and the social icons are in other place, also below the header is a lot of space.
Vertical view http://abolengo.com.ar/wp-content/uploads/2014/06/Screenshot_2014-06-04-14-55-06-1.png
horizontal, the icons are missing http://abolengo.com.ar/wp-content/uploads/2014/06/Screenshot_2014-06-04-14-54-53.png
Esta pasando por este codigo:
https://kriesi.at/support/topic/vertical-separators/#post-273618
Cambialo por:
@media only screen and (min-width: 767px) {
.social_bookmarks{
margin-top: 25px !important;
}
}
Saludos,
Josue
Lo hice Josué y se arregló en sentido horizontal se ven bien y dónde deben estar. Pero en sentido vertical sigue sin mostrarlos.
No puedo ver la pagina ahora, me sale un error 403: Access forbidden!
http://www.abolengo.com.ar/anuevo/
perdón josuécambió el directorio, entrá en http://www.abolengo.com.ar/wp-admin
Los iconos por defecto se ocultan en esa resolución, puedes hacerlos aparecer con este código:
@media only screen and (max-width: 479px) {
.responsive.html_header_top #header_main .social_bookmarks {
display:block;
top: 20px;
left: -20px;
}
}
Ajusta los valores top/left como creas conveniente.
ok Josué Muchas gracias!
De nada :)