I am trying to center the site name in the header and have a logo at the top left corner. How do I do it?

Comments

ldeepa21’s picture

When I make changes to the style.css with respect to color, font size or anything else it is not reflected in the site. Any input as to why this is happening will be highly appreciated.

Deepika.chavan’s picture

Hi,
Please replace the following css code from style.css file (line 204) :

#site-name {
  padding: 17px 0 0 10px;
  margin: 0;
  float: left;
  text-align: right;
}

with the following one :

#site-name {
  padding: 17px 0 0 10px;
  margin: 0;
  text-align: center;
}

Rgrds,

Deepika.Chavan

sepilrat’s picture

hi.

i need to do the same, but aligned at right. I do that.
text-align: right;

it align at right, but the right side of the text is in the center of the screen. I need it go to the right of the screen.

thanks in advance