Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / **help** Moving Free Shipping Logo

**help** Moving Free Shipping Logo

Locked

Views: 1,516

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
6 Jun 2008, 7:50 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: **help** Moving Free Shipping Logo

You will have to remove some of the clear both entries in your tpl_product_info_display.php that force a new line for the free ship icon and then add this to your stylesheet and adjust if required

#freeShippingIcon {
float: right;
width: 25%;
}
6 Jun 2008, 8:45 PM
#3
takedigital avatar

takedigital

New Zenner

Join Date:
May 2008
Posts:
16
Plugin Contributions:
0

Re: **help** Moving Free Shipping Logo

kobra:

You will have to remove some of the clear both entries in your tpl_product_info_display.php that force a new line for the free ship icon and then add this to your stylesheet and adjust if required

#freeShippingIcon {
float: right;
width: 25%;
}


Thanks for your quick reply. Can you tell me where the free shipping logo is located? I have been looking for ages and i can't find it.

:(
6 Jun 2008, 9:19 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: **help** Moving Free Shipping Logo

Right click on the image > select properties >

http://www.takedigital.co.uk/includes/templates/template_default/images/always-free-shipping.gif
6 Jun 2008, 9:45 PM
#5
takedigital avatar

takedigital

New Zenner

Join Date:
May 2008
Posts:
16
Plugin Contributions:
0

Re: **help** Moving Free Shipping Logo

kobra:

You will have to remove some of the clear both entries in your tpl_product_info_display.php that force a new line for the free ship icon and then add this to your stylesheet and adjust if required

#freeShippingIcon {
float: right;
width: 25%;
}


How do i remove some of the clear both entries in my tpl_product_info_display.php ?

I know how to add that code to my stylesheet.
:smile: