Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kevsade Friend
    #187683

    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.

    splico123 Friend
    #493715

    you have to actually increase width of the module position, so it accommodates your new slideshow width, and that is done in css files, use firebug to track down what you need to change, remember though that would be smart thing to do is change the css.less file too and recompile.

    Ninja Lead Moderator
    #493737

    <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

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum