-
AuthorPosts
-
August 7, 2011 at 7:10 am #167153
I use the thyme ja social and I would like to :
1/. change the background of the default theme to white
2/. Reduce the distance a/. between the modules and b/. the columns (left, write, main) !my website is http://www.petie.gr
Thank you
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 7, 2011 at 7:34 am #404825It would be very helpful, and much quicker, if you would turn off the CSS Compression in the template’s administrator panel.
Doing so will allow us to give you exact line numbers of CSS modifications that need to be made. Thanks!In the interim:
The THEME background can be changed in the Template’s administrator parameters.[FONT=”Arial Black”]TO REDUCE THE (vertical) DISTANCE BETWEEN MODULES:[/FONT]
Open your template.css and locate the following code and adjust the line in red.
div.ja-moduletable, div.moduletable {
background: none repeat scroll 0 0 #FFFFFF;
margin-bottom: 15px;
margin-top: 0;
padding: 0;
}
Again, when CSS Compression is turned off, we can tell you the exact line number on which the find this bit of code.As for [FONT=”Arial Black”]REDUCING THE DISTANCE BETWEEN COLUMNS[/FONT]…we need to know…what do you want to make larger? For instance, the total width of the template is 980. To reduce the space between the columns…something has to become larger…the width of the left column, the main column, the right column, etc.
Thanks!
John.1 user says Thank You to John Wesley Brett for this useful post
August 7, 2011 at 9:39 am #404828Thanks for the answer.
1/. Template background : I want to keep the default theme and change the background to white (it is light blue). You can not do that in the administrator panel unless you change the theme !
2/. I want to reduce the space between each column and of the main body. There is a distance 2-3 cm and I would like to make it 1 cm.Dionysis
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 7, 2011 at 4:59 pm #404841Awesome!
For the WHITE BACKGROUND:
Goto: [FONT=”Arial Black”]templates/ja_social/css/template.css[/FONT] – line 308Change to this:
#ja-container {
background: none repeat scroll 0 0 #FFFFFF;
padding-bottom: 0;
}
As for CLOSING THE DISTANCE between modules and main areas:
We begin by extending the MAIN area closer to the RIGHT
Goto: [FONT=”Arial Black”]templates/ja_social/css/layout.css[/FONT] – line 19
Change to read as follows:
.main .inner {
padding-left: 10px;
padding-right: 0;
}
Then extending the LEFT area closer to the MAIN
Goto: [FONT=”Arial Black”]templates/ja_social/css/layout.css[/FONT] – line 49
Change to read as follows:
.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
margin-left: 0;
margin-right: 0;
}
Have fun!
John.phicts Friendphicts
- Join date:
- June 2011
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 26
- Thanked:
- 3 times in 1 posts
October 25, 2011 at 7:00 am #421402Where and what will be the edits when I want to decrease the margins between the main, left and right to half of the default margins between them, then add the gained space to the left and right area?
The current distance between the three is about to 20px (or 40px for the two). I want it to be 6px only (12px-total) and distribute 14px each to the left and right area.
My site is on Joomla 1.7.2 with JA Social 1.2 template at http://chat.com.ph/index.php (please use the index.php because the default page is index.html which contains Filipino chat rooms. Thanks in advance.
phicts Friendphicts
- Join date:
- June 2011
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 26
- Thanked:
- 3 times in 1 posts
November 2, 2011 at 5:42 am #422885up for this. i don’t know what files to edit. i wish to keep the width of the main contents but widen the left and right columns by reducing the margins between main contents, left and right areas.
thanks in advance.John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
November 2, 2011 at 3:18 pm #422942Again, I would be happy to help…but NOT with your CSS Compression turned on.
Please turn it off so that I may give you complete and accurate instructions.Thank you. Please turn off CSS Compression every time you request support and leave it off until support is complete.
John.
phicts Friendphicts
- Join date:
- June 2011
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 26
- Thanked:
- 3 times in 1 posts
November 4, 2011 at 5:25 am #423176Sorry John. I needed to turn on CSS Compression for some settings. Now I’ve turned it off again. Like I said, I want to keep the current width of the main content as is. I just want to decrease the margins between the main content, the left and the right areas (or whatever it is called) tthen distribute the space to the left and right areas to widen the modules there.
Thanks in advance.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
November 4, 2011 at 8:40 pm #423267Perfect!
For the LEFT module area (inset2)
Goto: templates/ja_social/css/layout.css – line 34
And adjust the area in Red to your liking (margin-left: 10px; looks good)
.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
margin-left: 20px;
margin-right: 0;
}
And then for the RIGHT module area (right2)
Goto: templates/ja_social/css/layout.css – line 28
And adjust the area in Red to your liking…
(margin-left: 0px;
margin-right: 0px; looks good)
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin-left: 10px;
margin-right: 10px;
}Have fun!
John.2 users say Thank You to John Wesley Brett for this useful post
phicts Friendphicts
- Join date:
- June 2011
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 26
- Thanked:
- 3 times in 1 posts
November 5, 2011 at 3:36 am #423280thank you very much John. it worked all right in the default color theme and layout of main-left-right. I decided to set to 10px the margin-right of of the right module area to make the left and right spaces equal. thanks a lot.
however, i noticed that the margin settings doesn’t apply when i choose other available layout like left-main-right and left-right-main. for now, i’ll just remove that option/link to change layout in the main menu.
thank you very much.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
November 7, 2011 at 3:21 pm #423554That is correct.
For every layout you choose, you will have to reconfigure the CSS if you want that effect.Have fun!
John. -
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by phicts 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum