Change the position of the post link for Blogger

Change the position and size of the New and Older post link

To switch the position of the New and Older post link, add the following code before ]]> </b:skin> :

#blog-pager-older-link {
  float: left;
 }

#blog-pager-newer-link {
  float: right;
 }

To change font size:

#blog-pager {
font-weight: bold;
font: $(widget.font);
  font-size: 100%;
}

No comments:

Post a Comment