-
AuthorPosts
-
timmiller Friend
timmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
March 10, 2011 at 2:58 am #161256Guys,
Hi, I’d really like to have the padding between user 1 modules to be the same as user 2 modules.
Please take a look at the image…
I couldn’t figure it out using FB…I know it must be something simple.
Thanks in advance!
huypl Friendhuypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 10, 2011 at 3:32 am #380636Hi Tim,
A link to your website should be very helpful to us 🙂timmiller Friendtimmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
March 10, 2011 at 3:10 pm #380743Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 11, 2011 at 8:52 am #380890Dear timmiller,
Just try as below for this issue
Open the file of templates/ja_rasite/css/template.css,Look for this css
#ja-topsl .ja-moduletable, #ja-botsl .moduletable {
border-bottom: 0 none;
margin-bottom: 8px;
padding-bottom: 0;
}
And change it to
#ja-topsl .ja-moduletable, #ja-botsl .moduletable {
border-bottom: 0 none;padding-bottom: 0;
}Hope this make sense !
timmiller Friendtimmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
March 15, 2011 at 1:37 am #381335Dathq,
Thanks so much!
However this was the opposite of what I wanted…This actually removed the space between modules…in the user 2 position.
I was wanting to ADD space between the modules in the user 1 position.
Any thoughts? I was looking and really could not find a simple solution in template.css…
thanks in advance,
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 15, 2011 at 2:49 am #381349Dear timmiller,
I am sorry,Just try again as below
Open the file templates/ja_rasite/css/template.css,Look for the css
#ja-topsl .ja-box-left .ja-moduletable, #ja-topsl .ja-box-full .ja-moduletable {
margin-bottom: 0;
margin-left: 0;
}And change it to
#ja-topsl .ja-box-left .ja-moduletable, #ja-topsl .ja-box-full .ja-moduletable {
margin-bottom: 8px;
margin-left: 0;
}I think this would help !
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by timmiller 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum