Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sftechbeat Friend
    #944945

    Hi I’m trying to reduce the column widths of the main featured module, so I can fit the RSS feed module onto the right side of the [Magazine – Home] Featured News 1 module.

    How would I reduce the column width:

    The original layout: sftechbeat.com current layout: new.sftechbeat.com

    pavit Moderator
    #945051

    Hi there

    You can edit this file /templates/ja_teline_v/acm/news-featured/tmpl/style-1.php and edit the col-md value for carousel and side column

    Actually they are 8 + 4 , so maybe you can reduce to 9 + 3

    find

    <div class="row style-1 magazine-featured">
    
        <div class="col magazine-featured-items <?php echo $count_links?' col-md-8': ' col-md-12'; ?>">

    and change to

    <div class="row style-1 magazine-featured">
    
        <div class="col magazine-featured-items <?php echo $count_links?' col-md-9': ' col-md-12'; ?>">

    Then find

    <div class="col col-md-4 magazine-featured-links">
            <?php if ($show_block_links_title) : ?>

    and change to

    <div class="col col-md-3 magazine-featured-links">
            <?php if ($show_block_links_title) : ?>

    Below the resulted new layout


    1. Screenshot_4-3
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, 2 months ago.

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