BTemplates, the best place for Blogger templates since 2008.
Pre Live Mag is a free Blogger template with 2 columns, magazine-like layout, right sidebar, rounded corners, an exclusive design for Blogger, ads ready, footer columns and slider.
Author: Dhe Template.
DheTemplate 12 September 2011 at 0:09
If Static Pages has an error with your browsers such as Firefox and Chrome, please attention note this 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 li a{
line-height:1.6;
font-size:16px;
font-weight:bold;
margin:0;
padding:5px 20px;
display:block;
color:#fff;
}
.PageList li a:hover{
background:#474640;
color:#fff;
}
.PageList li.selected a{
background:#474640;
color:#fff;
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.6;
font-size:16px;
font-weight:bold;
margin:0;
padding:5px 20px;
display:block;
color:#fff;
}
.PageList li a:hover{
background:#474640;
color:#fff;
}
.PageList li.selected a{
background:#474640;
color:#fff;
text-decoration:none;
}