Move Slideshow from left to right

I’m using JM_Anion

Slide show is set up for use with "2 columns with right bar" set in Magento. CMS_Page_Design

If I change this to "2 columns with left bar" slideshow doesn’t display correctly as it still displays on the left side of the screen but only now its above my sidebar.

I simply want to have the side bar on the left side with the slide show toward the right.

Is there an easy way to change this.

When I check the module layout (http://www.joomlart.com/static/guides/layout/?jm_anion) , basically I want the slideshow to be in the position that product slider occupies.

1 answer

Profile photo of thangnn1510 0.00 $tone January 18, 2011
Public

Dear sayersteach!

Thanks for using our products and services.

Please use firebug to edit CSS for the site after you change layout. About slideshow, please change

Code:

.jm-slide-main-wrap {
  overflow: hidden;
  position: relative;
}

to

Code:

.jm-slide-main-wrap {
  overflow: hidden;
  position: relative;
float:right;
}

in /skin/frontend/default/jm_anion/joomlart/jmslideshow/css/jm.slideshow.css

Hope this helps and good luck!

#1

Please login or Register to Submit Answer

Written By

Comments