Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Tech-xml Friend
    #659660

    The article content the banner shows the width compressed form (255px). How to set the sidebar to display the full width of 353px?

    Ninja Lead Moderator
    #659804

    Did you solve it?

    Look at the screenshot above, I see it’s working fine.

    Ninja Lead Moderator
    #745122

    Did you solve it?

    Look at the screenshot above, I see it’s working fine.

    Tech-xml Friend
    #659973

    @ninja Lead – The link I sent the first post refers to where the problem lies.
    which you refer is is the first page of the site.
    See screenshot

    Tech-xml Friend
    #745131

    @ninja Lead – The link I sent the first post refers to where the problem lies.
    which you refer is is the first page of the site.
    See screenshot

    Ninja Lead Moderator
    #660057

    I fixed the problem directly on your site with the solution below

    Open templates/ja_teline_v/tpls/blocks/mainbody-magazine.php file

    + Line 12:

    From

    $mainwidth = $hasSidebar ? ' col-md-9' : '';

    To

    $mainwidth = $hasSidebar ? ' col-md-8' : '';

    + Line 40:

    From

    <div class="col t3-sidebar t3-sidebar-right col-md-3 <?php $this->_c($sidebar) ?>">

    To

    <div class="col t3-sidebar t3-sidebar-right col-md-4 <?php $this->_c($sidebar) ?>">

    Tech-xml Friend
    #660637

    Thanks, solved

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

This topic contains 7 replies, has 2 voices, and was last updated by  Tech-xml 9 years, 3 months ago.

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