End of Support for Joomla 3 - Forum closed
Widgetkit Slideshow fixed with 900px
Hi,
I also posted my problem before - how can I give the widgetkit slideshow a fixed size (eg. 900 x 300 px) - and how do I have to change the CSS so that it is centered?
Michael
I also posted my problem before - how can I give the widgetkit slideshow a fixed size (eg. 900 x 300 px) - and how do I have to change the CSS so that it is centered?
Michael
by tschiwi
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Widgetkit Slideshow fixed with 900px
Posted 9 years 10 months ago #6157
Hi there, please add this code to your custom.css:
.jp-slider {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 900px;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: tschiwi
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates