-
AuthorPosts
-
Andrew Winkler Friend
Andrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
January 20, 2013 at 11:54 am #184179How do I get rid of the padding for the facebook like box module and the facebook rececent activity module using the JA Wall template?
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 21, 2013 at 6:52 am #480550Hi andrewwinkler,
Please provide some information about your site if you need to be helped.
A screenshot which describe which padding you want to get rid will help us a lot to understand your problem.For module padding, all modules have the same padding and was describe at /templates/ja_wall/css/modules.css line 38
/* Module Content */
.moduletable .box-ct {
padding: 15px 20px;
}You can change this value.
If you are using 3rd party extension, please contact developer to get more support.
Hope it helps.
Regards
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
January 22, 2013 at 3:56 am #480681You can see the problem on this example pages:
https://therebel.org/editorial/459461-dinosaurs-rednecks-and-charles-darwin-s-evolution-theory
There are three modules, the custom HTML module “We need your help!”, the Facebook likebox module and the Facebook recent activity modules on the right that look there is something wrong with the design because of the padding. In other Joomlart templates I can enter a ‘no-padding’ parameter in the module configuration, to get rid of the padding, but the JA Wall is missing that important ability.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 22, 2013 at 7:15 am #480718Hi andrewwinkler,
If you want to add the same feature to JA Wall, it is not too hard to do so,
Just open templatesja_wallcsstemplate.css
and add this css rule to the end of file.
.no-padding { padding: 0 !important; }Then you can use this parameter in your module.
Please note ‘ no-padding’ should have a space at beginning.Regards
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
January 22, 2013 at 8:21 am #480733I tried that, but it didn’t work. I cleared the cache and tried a different browser, with the same result. The modules are still padded and still bleed over the right border.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 22, 2013 at 10:06 am #480751Hi andrewwinkler,
I am sorry.
You should change the rule to
.no-padding .box-ct { padding: 0 !important; }Also, please clear the browser cache.
You can adjust this padding value until you are happy about it.
Hope it helps.
Regards
1 user says Thank You to Wall Crasher for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
January 22, 2013 at 12:53 pm #480775That did the trick. The page looks great now. Many thanks!!!
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Andrew Winkler 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum