Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can I center image/text in a columnar layout?

Can I center image/text in a columnar layout?

Locked

Views: 1,273

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
8 Sep 2008, 5:24 AM
#1
tomjoolery avatar

tomjoolery

New Zenner

Join Date:
Jul 2008
Posts:
17
Plugin Contributions:
0

Can I center image/text in a columnar layout?

Hello again,

I am using a columnar layout.

Is it possible to center the image and text in each grid "box", rather than have it justifying left - as in this link?

http://www.tomjoolery.com.au//index.php?main_page=index&cPath=1_17

If the answer is yes, how is this achieved?

Thanks!

SM at TJ

8 Sep 2008, 5:30 AM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Can I center image/text in a columnar layout?

Find in your stylesheet.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg { text-align: left; }and change to```
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: left;
}
.categoryListBoxContents {text-align: center;}

8 Sep 2008, 5:53 AM
#3
tomjoolery avatar

tomjoolery

New Zenner

Join Date:
Jul 2008
Posts:
17
Plugin Contributions:
0

Re: Can I center image/text in a columnar layout?

Glenn, thanks for your fantastically quick and useful replies to me today! Very much appreciated.

Your fix worked for Category and Sub-category pages. Now how do a replicate the centering on my product Listing pages?

Thanks again.

SM at TJ

8 Sep 2008, 6:44 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Can I center image/text in a columnar layout?

.centerBoxContentsProducts {text-align: center;}