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?
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.
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
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
Comments
Comment #1
ldeepa21 commentedWhen 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.
Comment #2
Deepika.chavan commentedHi,
Please replace the following css code from style.css file (line 204) :
with the following one :
Rgrds,
Deepika.Chavan
Comment #3
sepilrat commentedhi.
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