Segue a print:
- Spoiler:
Mas o meu se encontra assim:
- Spoiler:
Queria saber se tem como aumentar ela para pegar todo o final, obrigado.
Link para meu fórum: http://forum.gametizando.com/
Até mais
(function ($) {
$.fn.outerHTML = function() {
$oThis = $(this);
if ('outerHTML' in $oThis[0]) {
return $oThis[0].outerHTML;
} else {
var content = $oThis.wrap('<div></div>').parent().html();
$oThis.unwrap();
return content;
}
}
}(jQuery));
if (location.pathname == '/' ) {
$(function() {
var punfoot = $('#pun-foot');
var statistics = $('#board_statistics').outerHTML();
$('#board_statistics').remove('#board_statistics');
punfoot.prepend(statistics);
statistics = $('#statistics').outerHTML();
$('#statistics').remove('#statistics');
punfoot.prepend(statistics);
});
}
#board_estatistics {
width: 96% !important;
position: absolute;
}
#pun-legend {
margin-top: 190px!important;
}
.user_login_form {
margin-top: 160px !important;
}
#board_statistics .stastistics {
width: 97% !important;
position: center;
}