Here we are going to share these codes which will help you to align your blogger widget in center,right or left.
This all can be done using a simple html code:
Align your widget to center:
<div align="center">
Your widget code here...
</div>
Align your widget to right:
<div align="right">
Your widget code here...
</div>
Align your widget to left:
<div align="left">
Your widget code here...
</div>
Replace the above line in red with your widget html codes.Thank you.
Works like magic thanks a lot...
ReplyDeleteCan you help me to centre widgets like "follow by email, search box,etc?