How To Enable The Missing Older Post Link
I have experienced this problem too. To solve this problem I researched online and wasted almost half a day and came to know that it happens because of the changes made by blogger.com. Then I tried to do some modification of myself and luckily discovered the problem behind it. It works for me so follow these steps
1. Open edit HTML
2. Check this section code
#blog-pager {
text-align: center;
}
3. Insert clear:both; code so the code will be look like this
#blog-pager {
text-align: center;
clear:both;
}
4. Save
Hope this work on your template too.
0 comments:
Post a Comment