Simply do this,
- Go To Blogger> Design > Edit HTML
- Backup Your Template
- Search For this code by pressing Ctrl+F,
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
4. And replace it with this code,
#blog-pager-newer-link {
float: left;
display:inline;
}
#blog-pager-older-link {
float: right;
display:inline;
}
#blog-pager {
text-align: center;
clear:both;
}
5. View Your template now to see Links or buttons appearing just below Post Body.
0 comments
Post a Comment