Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Column Alignment in Product Listing

Column Alignment in Product Listing

Locked

Views: 479

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Jun 2010, 4:03 AM
#1
wiccan0974 avatar

wiccan0974

New Zenner

Join Date:
Jul 2008
Location:
Australia
Posts:
73
Plugin Contributions:
0

Column Alignment in Product Listing

I tried to install the upgrade (I am currently running version 1.3.8) and completely fudged it... :blush: lol...thank goodness I backed up first because all I had after I did the install was "Thank you for downloading ZenCart..." anyhoo....

I reinstalled from the backup however a number of the images didn't upload properly (easy fix) but what has been annoying me is that the occasional column alignment is out.. see here

http://thecrookedpath.net/index.php?main_page=index&cPath=67_114&sort=20a&page=1

and yet most other pages are fine...how do I fix this?

29 Jun 2010, 9:29 AM
#2
10west avatar

10west

New Zenner

Join Date:
Feb 2010
Location:
Arizona
Posts:
50
Plugin Contributions:
0

Re: Column Alignment in Product Listing

With magic!, lol, j/k

it should be inside the stylesheet.css, and the column headers layouts which you can affect by various settings in there. Look for the "wrappers" that control layout of things those "div"s contain.

What you can do is save the page in question on to your computer as a complete webpage, then open it in an htm editor, and look for the names of the div wrappers controlling the layout of your pages.

Or, many browsers now have a "developer tools" section, and you can open the css file while vieing the page within your browser, there you can try changes in the css file, and see the results real-time without making permanent changes. - they are good tools also, to familiarize how the css settings are referenced to the webpage they effect.