Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #184179

    How 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 Developer
    #480550

    Hi 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 Friend
    #480681

    You 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 Developer
    #480718

    Hi 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 Friend
    #480733

    I 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 Developer
    #480751

    Hi 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

    Andrew Winkler Friend
    #480775

    That did the trick. The page looks great now. Many thanks!!!

Viewing 7 posts - 1 through 7 (of 7 total)

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