Hi, Hopefully someone can give me a hint on this. I'd like to move my site name/description/google ad toward the middle of my page on my Wordpress site at http://www.thelemonlaws.info . Can someone help me with the area in the layout that would let me move these lines to the center more? I can't find what part does this. Thanks!
I think you can do it so: Open the style.css in theme directory, then find .co_name{ width:280px; padding:100px 0px 0px 430px; color:#FFFFFF; width:280px; } Code (markup): and by changing 430px of the padding, move the lines where you want.