- 18
The spacing and top-alignment of JCarousel when used in vertical mode with the Nop Electronics Theme is off.
I did some tweaks to Themes\Electronics\Skins\default-3-items\skin.css to fix most of the issues:
I did some tweaks to Themes\Electronics\Skins\default-3-items\skin.css to fix most of the issues:
.carousel_holder h2 {
height: 39px;
margin: 0px 0px 0px 0px;
padding: 0 10px;
background: url('images/block_topbg.png') repeat-x;
color: #000000;
display: block;
font: bold 13px/1.5 Arial,Helvetica,sans-serif;
line-height: 39px;
border-radius: 5px;
text-shadow: 1px 1px 0 #FFFFFF;
border: 1px solid #d8d8d8;
z-index: 5;
Michael Woffenden