-
AuthorPosts
-
turminator Friend
turminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
December 31, 2012 at 8:55 pm #183549Hello Team,
I would like to enlarge some pixels sidebar-2 (Right column). I saw into template parameters but I don’t found any feature. How can I do it?
Many thanks for your support.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 2, 2013 at 10:39 am #478097Total width on this main content and sidebar-2 positon is 960px
You can add this format script on into css file#ja-content.span8 {
width: 560px;
}.ja-sidebar.ja-sidebar-2.span4 {
width:400px;
}1 user says Thank You to Ninja Lead for this useful post
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 2, 2013 at 2:45 pm #478125Hello Ninja Lead,
Many thanks for your support. I’m trying to found correct css file but all that I open is’nt any #ja-content.span8 code. What file is that I must modify?
Many thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 3, 2013 at 3:39 am #478203Hi turminator,
Add new script
#ja-content.span8 {
width: 560px;
}.ja-sidebar.ja-sidebar-2.span4 {
width:400px;
}+ If you using less style on your JA Brisk template
<blockquote>Open templates/ja_brisk/less/bootstrap-responsive.less file</blockquote>
+ if you are using css style on your JA Brisk template
<blockquote>templates/ja_brisk/css/bootstrap-responsive.css</blockquote>
If you still have the same error, please send me link on your site. I shall help you outRegards
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 3, 2013 at 3:09 pm #478287Hi Ninja Lead,
Thankyou for your support.
<blockquote>I’m using CSS system because when I click in COMPILE LESS TO CSS is not happening anything.</blockquote>
I modified file with your code script, but I looked that now sidebar-2 it shows at bottom of page. Yo can see it at;
http://www.diccionariomedico.net/diccionario-terminos
Many thanks!
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 3, 2013 at 4:02 pm #478299Also if I can reduce lef and top margin of sidebar-2, I can save some pixels for bodycontent position.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 4, 2013 at 2:23 am #478355I have checked on your site, please pm me with admin access and ftp account. I shall help you fix it directly on your site.
1 user says Thank You to Ninja Lead for this useful post
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 4, 2013 at 8:51 pm #478469Hi Ninja Lead,
I sent you data access details. Many thanks for your support.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 5, 2013 at 6:46 am #478492I fixed the problem on your site with this fixes:
<blockquote>Open /templates/ja_brisk/css/bootstrap-responsive.css file</blockquote>
add new script
#ja-content.span9 {
width: 517px;
}.ja-sidebar.span3 {
width:353px;
}You can check it with this link: http://www.diccionariomedico.net/preguntas-medicas
1 user says Thank You to Ninja Lead for this useful post
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 26, 2013 at 11:47 pm #481215Hi Ninja Lead,
Why when I enable CSS COMPRESS option my website will broke your changes?
Many thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 28, 2013 at 3:12 am #481263<em>@turminator 357095 wrote:</em><blockquote>Hi Ninja Lead,
Why when I enable CSS COMPRESS option my website will broke your changes?
Many thanks!</blockquote>
I have checked the problem on your site and found the error on backend site, see the screenshot
There maybe jQuery conflict with com_seoglossary component(3rd party)
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 28, 2013 at 9:26 pm #481411Hello Ninja Lead,
Thankyou for your support.
I made some modifications, for exmaple disabled jQuery from com_seoglossary. Can you look it? I think that this is not a problem with com_seoglossary because it appears when I enable CSS compress.
Many thanks for your help. 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 29, 2013 at 2:07 am #481430After you have changed it, the problem with css compress on JA Brisk Template is fixed now, here is the screenshot
Before css compressAnd after compress
You can check it again. Let me know if you have any further issue.
-
turminator Friend
turminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
January 29, 2013 at 1:01 pm #481529Hello Ninja Lead,
I don’t understand your reply because when I go to my website right column cotninues showing wrongly. You can see it at:
http://www.diccionariomedico.net/diccionario-terminos
I attached two images with and withou css compression feature.
Many thanks!
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 30, 2013 at 9:04 am #481650:(( Because i have fixed it here
<blockquote>templates/ja_brisk/css/bootstrap-responsive.css</blockquote>
and you have set compress css and clicked compile LESS to CSS, that’s the reason my customization was overwritten.I have fixed it again on custom css file, you can see it here
<blockquote>/templates/ja_brisk/css/custom.css</blockquote>
#ja-content.span9 {
width: 517px;
}.ja-sidebar.span3 {
width:353px;
}
Please check it again let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 20 replies, has 3 voices, and was last updated by turminator 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum