View Single Post
  #2  
Old 09-08-2011, 08:34 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Extra Field Layout Issue

If you look at it with Firefox/Firebug, you can see the difference between that label and all the others is that it is inside <span></span> tags. The css is set up to add the padding and the bullet to the labels enclosed in span tags. So - you need to find where the other labels get the <span> tags applied, and do the same thing with your new one.

You can try looking at how one of the other extra field labels is entered, perhaps the <span> tags are there.

----
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote