• 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: Need slider to show 100% width and centered

Need slider to show 100% width and centered 12 years 2 months ago #21598

Hi I'm posting this as a new topic because the old one never got replied to by admins.
I'm showcasing event fliers using the slider mod. The fliers I get tend to be different sizes.
By default the slider tries to expand and force the image to whatever setting you have it set to on the backend by using px.

in the following css file I was able to change the default setup (mod_rseventspro_slider/assets/css/advanced/style_blue.css)

.rsepro_slider_adv img{
width:100%;
float:left;
margin:0 10px 10px 15px;

which allowed the flier to naturally show without distortion. Even if I give it a default height.
But for some of my slimmer fliers the image is moved to the left of the module.
Can someone tell me what the css code would be to center everything? And where would I place it exactly?
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!