Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding Border & Title to Product Info Page

Adding Border & Title to Product Info Page

Locked

Views: 1,088

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
30 Sep 2009, 2:15 PM
#1
wdd49 avatar

wdd49

New Zenner

Join Date:
Jan 2008
Posts:
45
Plugin Contributions:
0

Adding Border & Title to Product Info Page

Hi Guys,

We are basically trying to get to this kind of layout on the product info page:
http://www.flutterbyweddings.co.uk/products/wild-daisy-wedding-tiara.htm

at the moment we are here:
http://tiaras4u.com/zencart/index.php?main_page=product_info&cPath=70&products_id=180

We need to add a border box from the product image to the bottom under the add to car.

And then a seperate border around the additional images.

Also could do with some way of adding a title above the additional images is their anyway of doing this? It can be an image or text not fussed!

Ive attached a rough layout to help.

Im pretty sure this is mainly a CSS change but dont know the references to use!

Thanks
:clap:

30 Sep 2009, 2:17 PM
#2
wdd49 avatar

wdd49

New Zenner

Join Date:
Jan 2008
Posts:
45
Plugin Contributions:
0

Re: Adding Border & Title to Product Info Page

Better image attached........

2 Oct 2009, 8:05 AM
#3
wdd49 avatar

wdd49

New Zenner

Join Date:
Jan 2008
Posts:
45
Plugin Contributions:
0

Re: Adding Border & Title to Product Info Page

BUMP

IF this isn't actually possible could someone let me know please =)

Thanks

2 Oct 2009, 9:04 AM
#4
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Adding Border & Title to Product Info Page

The example site just used a "border" with their "productdetails" class. You can apply the same to whichever Class(s) you want.

2 Oct 2009, 10:01 AM
#5
wdd49 avatar

wdd49

New Zenner

Join Date:
Jan 2008
Posts:
45
Plugin Contributions:
0

Re: Adding Border & Title to Product Info Page

Thanks added this:

#productGeneral {
width: 750px;
border:1px solid #000000;
padding-left: 5px;
padding-bottom: 90px;
padding-top: 0px;
margin-left: auto ;
margin-right: auto ;
}

and it worked! =)

2 Oct 2009, 2:08 PM
#6
gjh42 avatar

gjh42

Black Belt

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

Re: Adding Border & Title to Product Info Page

You can add titles to additional images with Additional Image Titles.

It is intended for titling individual images, but you could title just one per product, and then position it as your picture shows with CSS; or perhaps you will like being able to describe each additional image.