If you are new on blogger and want most out of your blog then you get a ready to made page layout that allows you to post your articles or add new widgets. Many bloggers prefer changes to their layout to modify the blog and keep them in a neat and clean format, By the using of CSS (Cascading Style Sheets) you can adjust the alignment of your sidebar. Here in my post i will share how to align your blogger sidebar?
Change the value of alignment 'right' to 'left'. Code will look like below:
To Align Blogger Sidebar
Here we go :
- Login to your blogger account.
- Go to Dashboard > Design > edit HTML
- In the code window find these lines..
div#sidebar-wrapper {
margin: 0px;
padding: 0px;
text-align: right;
}
margin: 0px;
padding: 0px;
text-align: right;
}
Change the value of alignment 'right' to 'left'. Code will look like below:
div#sidebar-wrapper {
margin: 0px;
padding: 0px;
text-align: left;
}
Save it and you are Done!margin: 0px;
padding: 0px;
text-align: left;
}
Advertisement
EmoticonEmoticon