As I have discussed in my previous tutorial how blog design can help you getting more traffic for your blog. Today I shall discuss about a common customization problem that most of the bloggers facing now a days, which is Positioning the Jump Break Read more link.
To change the Jump Break Read more link alignment, follow the following steps, its really easy and simple1) Go to Blogger------Design--------Edit HTML
2) Back up your template
3) Press Ctrl+F and search for
<div class='jump-link'>
4) After finding the above codes replace it with the following codes
You can change center to right or left,just replace the word 'center' with your choice,suppose you want Read more link on right side of your post then you have to replace 'center' with 'right' and so on.<div style="text-align:center;">
5) Now click on Save