Page 1 of 1

Slideshows on Home Page

Posted: Mon Jul 11, 2011 6:51 am
by Froglet
Hi,

Have just upgraded from version 1.4.9.5 to version 1.5.0.5 via the upgrade module and would like to have three slideshows on my home page. However they have stacked one on top of the other and I would like to have them side by side in the content bottom area.

Newbie to OC and programming so been trying to locate the file to change but cannot see if this can be done?

Can anybody point me in the right direction?

Many Thanks
Sam

Re: Slideshows on Home Page

Posted: Mon Jul 11, 2011 8:41 am
by SamNabz
Hi Sam,

Can you provide a link to your website so we can have a look?

Re: Slideshows on Home Page

Posted: Tue Jul 12, 2011 6:43 am
by Froglet
Hi Sam,

It is in local test at the moment and have not uploaded but the slideshow is stacking one on top of the other and not side by side.

Just trying to find out how you can get say 200 x 200 slideshow photos side by side instead of one on top of the other?

Many Thank
Sam

Re: Slideshows on Home Page

Posted: Tue Jul 12, 2011 8:43 am
by SamNabz
In 'catalog/view/theme/yourtheme/stylesheet/stylesheet.css', make sure the slide show class' display is set to:

Code: Select all

display: inline;
and not

Code: Select all

display: block;