Quote Originally Posted by ashton0603 View Post
Yes it is I to ask the same silly questions. Bare with me, please.

http://personalized2perfection.net

Need to remove the center text and have it normal again. All I did was switch templates...well had someone do. I was told to correct it by using this:

#nw {
text-align:left;
vertical-align:top;
margin:0 auto;


}

from post 933 or 932. I don't know where to place this code. Can someone tell me where to find the file to change this.

Is there a way to change the way the images are viewed? Since the new change, I have been noticing that now my images for the categories are much smaller and look distorted now. How can I make these images larger so they can be viewed?
http://personalized2perfection.net/i...ex&cPath=61_62

I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.

How can I change the font? Can I use one font for the categories and another font for the content? Please let me know where to locate the file/folder as well.

Thank you all for being so patient with me.
Many things (including fonts) can be adjusted in the stylesheet, includes/templates/cherry_zen/css/stylesheet.css

This is where you'll REPLACE your current #nw:

Code:
#nw {
	text-align:center;
	vertical-align:top;
	margin:0 auto;
	}
with this:

Code:
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	}
You can change the image sizes in your admin, under "configuration", "images".

Quote Originally Posted by ashton0603 View Post
I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.
eh? I have no idea what you mean by the above, LOL.