Ho to fix google blog flipcard group element width


Add following script to the onload function:

setTimeout(function() {

        document.getElementsByClassName("group")[0].style.width="200px";

},1000);

Kommentare