Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
sftechbeat Friend
sftechbeat
- Join date:
- June 2014
- Posts:
- 21
- Downloads:
- 6
- Uploads:
- 13
- Thanked:
- 1 times in 1 posts
June 28, 2016 at 3:08 pm #944945Hi 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 28, 2016 at 6:44 pm #945051Hi 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
AuthorPostsViewing 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