Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Elinam21 Friend
    #943918

    How do I increase the width size of the sidebar position to enable me put adverts of width size 300px in that position. Currently ads exceeding 250px in width show partly outside the border.

    pavit Moderator
    #943941

    Hi

    You can edit this file /templates/ja_teline_v/tpls/blocks/mainbody-magazine.php and change

    1)

    defined('_JEXEC') or die;
    $sidebar = 'sidebar';
    $hasSidebar = $this->countModules ($sidebar);
     $mainwidth = $hasSidebar ? ' col-md-9' : '';

    reduce col-md-9 to col-md-8

    Then change

    <?php if ($hasSidebar) : ?>
                <!-- SIDEBAR RIGHT -->
                <div class="col t3-sidebar t3-sidebar-right col-md-3 <?php $this->_c($sidebar) ?>">
                    <jdoc:include type="modules" name="<?php $this->_p($sidebar) ?>" style="T3Xhtml" />
                </div>
                <!-- //SIDEBAR RIGHT -->
                <?php endif ?>

    increase col-md-3 to col-md-4

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 4 months ago.

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