• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RSEvent Slider Module

RSEvent Slider Module 13 years 9 months ago #14691

  • lookup
  • lookup's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hello.
How can I adjust the width & height of the slider module? I would like the slider to be fluid in width. I'm sure this would require some CSS changes, but it would be great if someone could point me in the right direction as to what lines of code to change. Thanks in advance!!
The administrator has disabled public write access.

Re: RSEvent Slider Module 13 years 9 months ago #14714

  • joe2
  • joe2's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 1
Hi Lookup,

I've just purchased this and think it is a great component.

To change the width, I would reccommend adding a Module Class Suffix to the module, for example lookup-event-slider, then depending on which Slider Theme and Slider Type you select in Module Parameters - add a bit of code to that css file.

So for example if you have selected the "Green Theme", and the "Simple" Slider Type - you would then locate the Simple Type Green Theme CSS file via FTP which you can usually find in /modules/mod_rsevents_slider/tmpl/css/simple_vertical/

The add this code to the top

div.lookup-event-slider {
width:350px;
}

then in the same css file find the line .mod_rsevents_slider_mask2
and add or change the width in there to match.

I've then added the same width and also text-align:center; to the line .rse_slider_img

If you play around with that it should give you the desired results I imagine.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!