-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 3:47 am #156690I cannot figure out, for the life of me, how to reduce the width of ja-col1 (see image below)
What I want is the left column to be the width I have it now, and the main content to fill the rest (with, perhaps, 8px or so padding between them.
I’ve tried to modify the width value of ja-col1 – but it never works.
HELP PLEASE !!!
:((
gberm Friendgberm
- Join date:
- July 2010
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
November 23, 2010 at 8:00 am #363841You can edit:
YOUR-SITE-PATH/templates/ja_rutile/css/template.css
line 559: Width of #ja-col1 (now is 28%)
line 525: Width of #ja-content (now is 72%)The sum of 2 objects must be 100%, if you need a gap padding, please subtract from the width of one object.
1 user says Thank You to gberm for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 5:04 pm #363930Appreciate the attempt to help, but none of what you offered worked at all.
Now, of course, it’s all messed up.
Feel free to take a look and, if you can figure it out, let me know –> http://www.musicians-marketplace.com
Why do web designers operate under the assumption that anyone who might try to work with their templates will be rocket scientists ?? Honestly, things could be layed out a WHOLE LOT SIMPLER and with MUCH BETTER LOGIC than they are.
>:(
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 5:57 pm #363934A supplemental related issue . . . . .
If you click on “Layouts” and select “Content + Right Column,” you will see that the right column is not flush with the right side. So, this issue I am dealing with is affecting both the left AND right – and it all seems to have to do with the fluidity of the main content area.
WHY DOES THIS HAVE TO BE SO DIFFICULT ???PLEASE HELP ME UNDERSTAND HOW TO WORK WITH THIS !!!
:((
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 23, 2010 at 6:15 pm #363938Open template.css and around line 700
div.module, div.module_text, div.module_menu, div.module_hilite, div.ja-box-br {
background:url("../images/box-br.gif") no-repeat scroll right bottom #FFFFFF;
clear:both;
float:left;
overflow:hidden;
padding:0;
width:80%;}
The bit in red controls the width of the modules within that column. I assume you want the modules to fill that column and not have the gap. If so increase the width to 100%
1 user says Thank You to Phill for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 6:21 pm #363940Okay, I believe understand that bit of logic … but then, how do I edit the CSS so that the main content section expands (width wise) to within 5px or so of the left column (on the Home Page) … AND/OR … so that if “Content + Right Column” is selected, the right column lines up against the right side border and the content expends to within 5px of the right column? (as described within my original post)
Hope that makes sense.
:((
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 6:54 pm #363944<em>@tcraw1010 204927 wrote:</em><blockquote>Okay, I believe understand that bit of logic … but then, how do I edit the CSS so that the main content section expands (width wise) to within 5px or so of the left column (on the Home Page) … AND/OR … so that if “Content + Right Column” is selected, the right column lines up against the right side border and the content expends to within 5px of the right column? (as described within my original post)
Hope that makes sense.
:((</blockquote>
Nothing I have tried has worked (so far). I don’t understand this at all.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 23, 2010 at 7:16 pm #363945Sorry, not quite sure what you want. Do you want smalle side columns and the content to be wider?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 7:22 pm #363947<em>@phill luckhurst 204934 wrote:</em><blockquote>Sorry, not quite sure what you want. Do you want smalle side columns and the content to be wider?</blockquote>
Yes, that’s exactly what I want – I want the content to be fluid with whatever width I choose for the right or left column.
Trouble is, I cannot seem to get BOTH to work – I reduce the width of the left column, but the content doesn’t “stretch” to fill the gap. Do I need to change the width of BOTH the right and left columns concurrently for this to work?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 23, 2010 at 7:24 pm #363948OK, now I understand. The percentage thing above is correct but you have to remember that this design used images for the background which is why it looks odd when you increase the width. If you want to increase the width you will also have to alter the background image.
If you want fluid width for the main content then you will probably have to make the background a fixed colour rather than an image.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 7:34 pm #363949Ahhhhhhhhhhh … but I also want the border/shadow look of the edges of the modules. How can I maintain that while changing backgrounds to solid colors? Pretty sure other templates are able to do this, right?
The follow-up question would be WHY WHY WHY would the JA Developers of this template do it this way – thereby making the layout so stagnant versus flexible?
:confused:
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 23, 2010 at 7:56 pm #363951Take a look in the template.css file for this here:
Where you can see each and every width statement you can adjust to make the width suit your need.
NOTE: If you change any width you need to edit the images that is used for the #ja-content div(three total).
/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- *//*content + left*/
#ja-containerwrap-fr #ja-col1 {
width: 22%;
}#ja-containerwrap-fr #ja-content {
width: 78%;
background: url(../images/content-center2.gif) repeat-y center;
}/*content + right*/
#ja-col2 {
float:right;
overflow:hidden;
width:22%;
}
#ja-mainbody {
float:left;
width:78%;
}/*full*/
#ja-containerwrap-f #ja-content {
background:url("../images/content-center1.gif") repeat-y scroll center center transparent;
width:100%;
}
1 user says Thank You to Menalto for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 23, 2010 at 8:17 pm #363953Blimey, where did you pop up from. Haven’t seen you on here in ages. Good to see you.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 23, 2010 at 8:19 pm #363954So, if I am understanding correctly, the JA template designers for this template used fixed width images instead of a more fluid design? WHY would they do that?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 23, 2010 at 8:22 pm #363956You will have to ask them. It was their choice. Seems to happen a lot with all template clubs.
AuthorPostsThis topic contains 30 replies, has 5 voices, and was last updated by TomC 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum