View Single Post
  #2  
Old 02-05-2010, 10:01 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: SSL Smart Seal help

create a div for it.

<div>
seal content here
</div>

assign class

<div class="sealBox">
seal content here
</div>

create corresponding CSS

.sealBox{
padding-bottom:10px;
}
__________________
xcart 5.1.2
Reply With Quote