Popular Posts Gadget of Blogger has a specific fixed style that isn't changed. Here we will provide a new style for this widget. You can edit it easily by yourself if you have the basic knowledge of HTML, CSS and JavaScript. Popular Posts Style 1 Loading demo... Step 1: The CSS code Copy the following css code and paste it before </head> tag <style> /*<![CDATA[*/ .popular-posts ul { list-style: none; overflow: hidden; margin: 0; padding: 0; } .popular-posts ul li { float: left; width: 150px; height: 150px; padding: 10px !important; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } .popular-posts .item-thumbnail { margin: 0; background-color: #000; } .popular-posts img { height: 100%; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding:0; -webkit-transition: all 0.5s ease 0s; -o-transi...