unwanted space between modules - Joomla! Forum - community, help and support
hi everyone
i installed module call simple spotlight image rotator on home page , show ups , works there large gap of unwanted whitespace after module.
i have been looking couple day , cannot seem find looking eliminate or reduce space.
here link test site trying put together: www.jtsmidwest.com/websites/vann
any point me in right direction appreciated.
thanks
i installed module call simple spotlight image rotator on home page , show ups , works there large gap of unwanted whitespace after module.
i have been looking couple day , cannot seem find looking eliminate or reduce space.
here link test site trying put together: www.jtsmidwest.com/websites/vann
any point me in right direction appreciated.
thanks
if referring space below image rotator due shadow images underneath images. in file:
http://www.jtsmidwest.com/websites/vann/modules/mod_ppc_simple_spotlight/css/style.css
you'll find code specifies height of 57px in following 2 locations:
try changing 45px. less , starts cutting off image. have option of modifying images , make them shorter , adjust css accordingly.
mark
http://www.jtsmidwest.com/websites/vann/modules/mod_ppc_simple_spotlight/css/style.css
you'll find code specifies height of 57px in following 2 locations:
code: select all
.bgs_bottom_left { background:url(../img/shadow_left.png) 0 0 no-repeat ;width:50%;float:left;height:57px;}
.bgs_bottom_right {background:url(../img/shadow_right.png) top right no-repeat ;width:50%;height:57px;line-height:0%;font-size:0%;float:right;}try changing 45px. less , starts cutting off image. have option of modifying images , make them shorter , adjust css accordingly.
mark
Comments
Post a Comment