HTML Code to Align Widget to Left, Right or Center

In general for every kind of Bloggers it's sometimes those straightforward tips that facilitate to change the blogs and keep them in an exceedingly neat and clean format.

Therefore we have a tendency to square measure continuously on the planning for such tips and data.
This is one among those straightforward codes which may align your widgets to left, right or centre.

So, check this out.
These are the codes:

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>
Please replace the above lines in red with your actual code for the widget. 

Post a Comment

0 Comments