Shape 5

Joomla Club Extensions => Image Slide - Club => : jimbondox August 12, 2010, 09:16:05 AM



: padding the module to center in above body position
: jimbondox August 12, 2010, 09:16:05 AM
I have a larger space available and do not want to resize the pictures, and was wondering in the PHP file if there was a way to pad the module to center it more, I need to add about 30px on the left.

Thanks again


: Re: padding the module to center in above body position
: jonahh August 12, 2010, 11:25:36 AM
You can try adding a left margin  here:

modules/mod_s5_imageslide/s5_imageslide/style.css (line 32)

#s5_if_innerbox span {
display:block;
float:left;
margin-left:11px;
}


: Re: padding the module to center in above body position
: jimbondox August 12, 2010, 04:15:06 PM
Thank you, it was not the result i was looking for because it cut off 11 columns of pixels, but I will look into just resizing the photos