Free Poster Inc Blogger Template
If Static Pages has an error with your browsers such as Firefox and Chrome, please attention note the updates
Platform Type | Blogger / Blogspot |
Name Template | Poster Inc |
Designer & Author | Ireng Ajah |
URL Author | DheTemplate.com - WordPress Theme 2 Blog |
Description | Free Poster Inc Blogger Template is a clean and elegant blogger template with multi column post. Features of this template : 2 column blogger template, 3 column footer template, SEO friendly blogger template with semantic heading level, RSS & Twitter buttons, custom font with Google font, comment with gravatar ready and more. This template compatible with most user browsers and suitable gallery or photo blogs |
Similar Templates | Magnesiumize Blogger Template & Work a Holic Blogger Template |
** Updates **
Go to Design > Edit HTML and find this code below
.crosscol .PageList li, .PageList li{
margin:0;
padding:0;
outline:none
}
.PageList{
padding:0;
margin:0;
float:left;
width:700px;
}
.PageList ul{
margin:0;
padding:0;
display:inline;
}
.PageList li{
list-style:none;
margin:0;
display:inline;
float:right;
}
.PageList li a{
line-height:1.5;
font-size:16px;
font-weight:bold;
margin:0;
padding:5px 20px;
display:block;
color:#f2f0ee;
}
.PageList li a:hover{
color:#dd3d3d;
}
.PageList li.selected a{
color:#f2f0ee;
text-decoration:none;
}
Change that code with this one :
#PageList1{
padding:0;
margin:0;
float:left;
width:700px;
}
.crosscol .PageList li, .footer .PageList li, .crosscol .PageList ul, .footer .PageList ul {
float: left;
list-style: none;
margin: 0;
padding:0;
}
.PageList li a{
line-height:1.5;
font-size:16px;
font-weight:bold;
margin:0;
padding:5px 20px;
display:block;
color:#f2f0ee;
}
.PageList li a:hover{
color:#dd3d3d;
}
.PageList li.selected a{
color:#f2f0ee;
text-decoration:none;
}
Then add this code below to hide the PageList title
#PageList1 h2 {display:none;}
exactly before ]]></b:skin> code