
If you are new on blogger, you get a ready-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?
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;
}
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!
Before you leave:
Do you find this article helpful then please share it via tweet, like or pin it buttons below.
Any suggestion or question please post in the comment below.
0 Comments