<em>@kevsade 373865 wrote:</em><blockquote>I was wondering how can I make the top slide show wider, I disabled the sidenews module and I changed “Main Item width” on the slide show to 693, but that doesn’t work, please advise.</blockquote>
You can follow this way
+ Disable JA Sidenews module
Create custom.css file into templates/ja_fubix/css/ path
.top-content .top-sidenews {
display: none !important;
}
+ Change config for width of JA Slideshow module to 693px
Go to Mask Width-> JA Slideshow module -> Profile Settings tabs ->set Main Item width and Mask Width to 693
+ Customize css file
Open templates/ja_fubix/css/custom.css file
add new script
.top-content .top-slideshow {
width: 693px !important;
}
Let me know the result