Eso es porque neek no quiere entender que tiene que dejar de diseñar en porcentaje los themes y los tiene que diseñar en px. Pone una imagen de fondo de 1300px y el tamaño del sitio en 90%, por lo tanto cuanto mayor es la resolucion del usuario mas grande es el area a cubrir, pero la imagen sigue siendo de 1300px por lo tanto no puede cubrir mas area que eso. Y pasaria peor si el usuario en ves de dejar en 90% lo pone al 100%.
Otro detalle, no se si es asi o si quedo por error, los avatares en el display quedan cortados casi por la mitad.
En cuanto al diseño me gusta!!
Pero lo probe en 2 resoluciones lpm !!! UNA DUDA LOS BOX DE LAS REDES SOCIALES DONDE CONFIGURA LA URL
En el index.template. buscas: <div id="footer"> <a href="', $scripturl, '"><img title="' . $context['forum_name'] . '" alt="Logo" id="footer_logo" src="', $settings['images_url'], '/theme/footer_logo.png" /></a> <p class="help_desk_footer">Here, a description of your forum, here, a description of your forum, here, a description of your forum, here, a description of your forum, here, a description of your forum, here, a description of your forum, here, a description of your forum.</p> <div class="community_stats"> <ul class="community_list"> <li><a rel="nofollow" href="http://facebook.com/YOURFACEBOOK"><img title="Follow us on Facebook" alt="Follow us on Facebook" src="', $settings['images_url'], '/theme/facebook_button.png" /></a></li> <li><a rel="nofollow" href="http://youtube.com/YOURYT"><img title="Follow us on Youtube" alt="Follow us on Youtube" src="', $settings['images_url'], '/theme/youtube_button.png" /></a></li> <li><a href="http://twitter.com/YOURTWITTER"><img title="Follow us on Twitter" alt="Follow us on Twitter" src="', $settings['images_url'], '/theme/twitter_button.png" /></a></li> </ul> <br /> </div> <div class="footer_bottom"> <a href="' . $scripturl . '?action=.xml;type=rss"><img title="Envato" alt="Envato" id="envato_logo" src="', $settings['images_url'], '/theme/rss_button.png" /></a> <p>Copyright © ', theme_copyright(), '<br /> <a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a> <a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a> Luyes Forever by <a href="http://www.skinmod.eu">skinmod.</a><br /> <a href="http://apycom.com/">Apycom</a></p> </div> </div>';
|