Showing posts with label Align setting. Show all posts
Showing posts with label Align setting. Show all posts

How to Align Blog Title and Description in Blogger:

We can align both blog title and description in Blogger.With this alignment we can change position of Blogger title text and description to either left, right or center.

Follow below steps to align blog title and description in Blogger

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit html

Step 4 : Search below code

.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

To align blog title and description add below code to above code before } tag.

  text-align: Center;

Then the new code after change is below

.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
text-align: Center;
}
Step 5 : Click on Save template.

How to align widget/gadget titles and links(text) in Blogger :

You can change the alignment of Blogger sidebar widget titles and all widget content with small change. By default widget title and description text will be left align. This post will help to align sidebar widget tiles and text to center with single tag.

Follow below steps to align widget titles and description on Blogger sidebar

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 : Search below code

.sidebar .widget {

add below line before closing tab of the above line.

text-align: center !important;

Step 5 : Click on Save templates.

Contact Form

Name

Email *

Message *

Blog Archive

Translate Language

Popular Posts

click on