Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • amarks56 Friend
    #190668

    How can I make the slideshow wider by pushing down the module on the right? Like this picture. Thanks!


    1. 2013-09-16-21_38_04-JA-Anion-Joomla-3.x-Template
    TomC Moderator
    #506118

    As is generally helpful – please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings

    Ninja Lead Moderator
    #506123

    @amarks56: You can try to do this way

    Open templates/ja_anion/etc/layouts/default.xml file

    From


    <blocks name="top" style="xhtml">
    <block name="header" type="header"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="mainnav" type="mainnav" markup="3"></block>
    </blocks>
    <blocks name="middle" colwidth="20" markup="3">
    <block name="content-mass-top" style="raw">content-mass-top</block>
    <block name="content-top">content-top</block>
    <block name="inset1" width="20">left</block>
    <block name="right1" width="30">right</block>
    </blocks>

    Change to


    <blocks name="top" style="xhtml">
    <block name="header" type="header"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="mainnav" type="mainnav" markup="3"></block>
    <block name="slideshow" style="raw">content-mass-top</block>
    </blocks>
    <blocks name="middle" colwidth="20" markup="3">
    <block name="content-top">content-top</block>
    <block name="inset1" width="20">left</block>
    <block name="right1" width="30">right</block>
    </blocks>

    Remember to clear cache from Admin area. Let me know if it helps

    Regards

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

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

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