-
AuthorPosts
-
nathanbohn Friend
nathanbohn
- Join date:
- March 2006
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 9 times in 1 posts
June 18, 2008 at 6:56 pm #129839I am only using the right column in the template. I need to increase its size. Being thick right now, so any help would be lovely.
stuart29 Friendstuart29
- Join date:
- August 2006
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
June 18, 2008 at 8:24 pm #254481#ja-col2 line513
{
float: right;
width: 49.9% <—— think you just increase that
}could be wrong
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 19, 2008 at 1:50 am #254515Hi nathanbohn.
Stuart29 said right, but you must change so much css to have what you want
Good lucknathanbohn Friendnathanbohn
- Join date:
- March 2006
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 9 times in 1 posts
June 19, 2008 at 2:30 pm #254681got it, had to take some time away from it to get it.
#ja-containerwrap-c #ja-container-inner {
background: url(../images/vdot2.gif) repeat-y 71% 0;
}
#ja-containerwrap-c #ja-content {
width: 70%;
}
#ja-containerwrap-c #ja-colwrap {
width: 30%;
}
line 570 or so…
the line #ja-containerwrap-c #ja-container-inner is where the row of vertical dots are displayed.the line #ja-containerwrap-c #ja-content is the width of the body column, had to decrease this to increase the right column size.
the line #ja-containerwrap-c #ja-colwrap is the width of both columns, left and right.
adjust the widths then adjust the vertical dots so they are balance between the main body and the side column.
Hope that helps someone….June 19, 2008 at 3:34 pm #254697Thanks for your help – that would have been a nightmare to figure out! I find that it’s a little tight with those numbers. Margins looked squished. I found this combo worked well.
#ja-containerwrap-c #ja-container-inner {
background: url(../images/vdot2.gif) repeat-y 71% 0;
}
#ja-containerwrap-c #ja-content {
width: 68%;
}
#ja-containerwrap-c #ja-colwrap {
width: 28%;
}
nathanbohn Friendnathanbohn
- Join date:
- March 2006
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 9 times in 1 posts
June 20, 2008 at 2:59 pm #254987nice, yeah I was only using once column so your mileage may vary
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by jarocho 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum