Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category Page Formatting Question -

Category Page Formatting Question -

Locked

Views: 830

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Dec 2008, 3:39 PM
#1
kettlewell avatar

kettlewell

New Zenner

Join Date:
Sep 2008
Location:
Grand Junction, CO USA
Posts:
37
Plugin Contributions:
0

Category Page Formatting Question -

On my category pages, I have a top-level category image at the top of the page with the category description below the image, followed by all my sub-category page images.

I'm wanting to have my description on the right hand side of the image, with a separator below the category image.

My questions:

Is this configured through the admin console, or is this where I dive into the template/css to make my changes?

Do the sub-category images get formatted in the template system as well, or are their admin console configurations I can make?

Here's a link to a category page (lingerie site):

http://www.be-########-today.com/index.php?main_page=index&cPath=69

EDIT: Replace #### 's with s e x y (one word) - domain got censored :)

Thanks

Matt

31 Dec 2008, 5:55 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Category Page Formatting Question -

You have divs
#categoryImgListing
and
#categoryDescription
to work with, so you should be able to manipulate them in the stylesheet as you wish.

31 Dec 2008, 10:39 PM
#3
kettlewell avatar

kettlewell

New Zenner

Join Date:
Sep 2008
Location:
Grand Junction, CO USA
Posts:
37
Plugin Contributions:
0

Re: Category Page Formatting Question -

Great! Thanks...

I didn't want to make CSS changes until I'd flushed out all the console changes first.

Mat