How to remove position 2 and position 3?

Hello.

I am trying to remove position 2 and position 3 to make slideshow bigger(to 1020px).

This is how I did

first, I disable position 2 and position 3 on CMS block

second, on system-configuration-jmslideshow I have configured slideshow size to 1020px

Now, position 2 and position 3 is disabled(show blank spot) in frontend but slideshow did not made any changes.

Can anyone help?

2 answers

Profile photo of Css Magician 0.00 $tone February 14, 2013
Public

Hello.

I am trying to remove position 2 and position 3 to make slideshow bigger(to 1020px).

This is how I did

first, I disable position 2 and position 3 on CMS block

second, on system-configuration-jmslideshow I have configured slideshow size to 1020px

Now, position 2 and position 3 is disabled(show blank spot) in frontend but slideshow did not made any changes.

Can anyone help?

Dear steveyoon03,

PLease open file theme.css and replace

Code:

.ja-topsl_left {
    float: left;
    width: 66.7%;
}

to

Code:

.ja-topsl_left {
    width: 100%;
}

I hope this will help

#1

This question is now closed

Written By

Comments