-
AuthorPosts
-
October 20, 2015 at 7:21 am #705981
how to make the sidebars width smaller
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 20, 2015 at 4:47 pm #706100Here’s one way . . . .
Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
at line 797, modify the “width” property – for example:
.col-md-3 {
width: 15%;
}Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.
Is that what you were looking to accomplish?
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 20, 2015 at 4:47 pm #752317Here’s one way . . . .
Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
at line 797, modify the “width” property – for example:
.col-md-3 {
width: 15%;
}Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.
Is that what you were looking to accomplish?
1 user says Thank You to TomC for this useful post
October 21, 2015 at 4:50 pm #706320<em>@TomC 498498 wrote:</em><blockquote>Here’s one way . . . .
Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
at line 797, modify the “width” property – for example:
.col-md-3 {
width: 15%;
}Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.
Is that what you were looking to accomplish?</blockquote>
didn’t work for me please help
October 21, 2015 at 4:50 pm #752426<em>@TomC 498498 wrote:</em><blockquote>Here’s one way . . . .
Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
at line 797, modify the “width” property – for example:
.col-md-3 {
width: 15%;
}Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.
Is that what you were looking to accomplish?</blockquote>
didn’t work for me please help
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 21, 2015 at 5:02 pm #706322After you make/save the change – try clearing both your browser and JAT3 cache.
I tested the change in Firebug and it worked.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 21, 2015 at 5:02 pm #752428After you make/save the change – try clearing both your browser and JAT3 cache.
I tested the change in Firebug and it worked.
azri445 Friendazri445
- Join date:
- April 2007
- Posts:
- 289
- Downloads:
- 73
- Uploads:
- 27
- Thanked:
- 4 times in 1 posts
October 21, 2015 at 5:22 pm #706323i also trying to resize my sidebar-2 side, but after following the method and instruction, its not working on my side.
azri445 Friendazri445
- Join date:
- April 2007
- Posts:
- 289
- Downloads:
- 73
- Uploads:
- 27
- Thanked:
- 4 times in 1 posts
October 21, 2015 at 5:22 pm #752429i also trying to resize my sidebar-2 side, but after following the method and instruction, its not working on my side.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 23, 2015 at 4:49 am #706672Hi @ahmansini1, @azri445,
Try providing your site url where I can check the sidebar or a mockup screenshot about your desire result so I can assist you better.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 23, 2015 at 4:49 am #752588Hi @ahmansini1, @azri445,
Try providing your site url where I can check the sidebar or a mockup screenshot about your desire result so I can assist you better.
October 23, 2015 at 6:16 pm #706930already did
October 23, 2015 at 6:16 pm #752648already did
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 26, 2015 at 4:47 am #718775Hi @ahmansini1,
You can open file templatesja_social_iitplsblocksmainbodytwo-sidebar-left.php then look for this line :
<div class="t3-sidebar col-xs-12 col-sm-4 col-sm-pull-8 col-md-6 col-md-pull-6">
decrease the sidebar container width (including 2 sidebars) :
<div class="t3-sidebar col-xs-12 col-sm-3 col-sm-pull-9 col-md-5 col-md-pull-7">
then look for this line :
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-6 col-md-push-6">
increase the main body width as below :
<div id="t3-content" class="t3-content col-xs-12 col-sm-9 col-sm-push-3 col-md-7 col-md-push-5">
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 26, 2015 at 4:47 am #752757Hi @ahmansini1,
You can open file templatesja_social_iitplsblocksmainbodytwo-sidebar-left.php then look for this line :
<div class="t3-sidebar col-xs-12 col-sm-4 col-sm-pull-8 col-md-6 col-md-pull-6">
decrease the sidebar container width (including 2 sidebars) :
<div class="t3-sidebar col-xs-12 col-sm-3 col-sm-pull-9 col-md-5 col-md-pull-7">
then look for this line :
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-6 col-md-push-6">
increase the main body width as below :
<div id="t3-content" class="t3-content col-xs-12 col-sm-9 col-sm-push-3 col-md-7 col-md-push-5">
-
AuthorPosts
This topic contains 25 replies, has 4 voices, and was last updated by Adam M 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum