Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
July 6, 2017 at 4:14 am #1046462
make left side narrow, the content area more width, can effect the whole site , how to do that?
website url: http://zizhan2.joomlable.com/
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 7, 2017 at 1:37 am #1046674Hi
If you want to change the sidebar width
Open
/templates/ja_alumni/tpls/blocks/mainbody/one-sidebar-left.phpFind
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-9 col-md-push-3">
replace it with
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-10 col-md-push-2">
Now find sidebar code
<div class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-4 col-sm-pull-8 col-md-3 col-md-pull-9 <?php $this->_c($vars['sidebar']) ?>">
replace it with
<div class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-4 col-sm-pull-8 col-md-2 col-md-pull-10 <?php $this->_c($vars['sidebar']) ?>">
Regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Pankaj Sharma 7 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum