Sunday, June 9, 2013

Center all widgets in blogger


Center all widgets in blogger

how to center all widgets in blogger blog:

we can change widgets alignment in blogger blog easily.With simply CSS code we can center all gadgets in your blogger blog.

Follow below steps to center all widgets in your blogger blog

step 1 : go to blogger dashboard

step 2 : click on template

step 3 : click on Customise button under Customise click on Advanced tab

step 4 : click on add CSS under Advanced options

add below CSS code to your blogger blog

.widget {
  text-align: center;
}
step 5 : click on apply to blog

you can also change text align to right,left.

No comments:

Post a Comment