Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bhvi Friend
    #176499

    Hi I am using Joomla 2.5 Puresite template and it is great I have one problem though. I am trying to fit a image slider into the slider position but the margin and padding on that modules position is cutting the image off and not aligning properly. I found the code in the module.css that has the margin and padding…

    div.ja-moduletable-inner,
    div.moduletable-inner {
    padding: 20px;
    margin: 10px;
    }

    My problem is when i change it all my other modules using this loose there styling. So my question is can someone let me know how I can apply this style below just to the news slider module i am using ? Like a mod suffix or something ?

    div.ja-moduletable-inner_new,
    div.moduletable-inner_new {
    padding: 0px;
    margin: 0px;
    }

    This may not be the right approach but if u can help i would be very greatful.
    The two images attached are image is one is how it is now and image 2 is what i would like. This is a different slider I purchased but i m using the puresite template and would like to incorporate it. Thanks Baz


    1. image2
    2. image1
    Sherlock Friend
    #450484

    Hi bhvi,

    You have mentioned to mod suffix why don’t you try it, you can add a class suffix for your Image slider module, For example the class suffix is _test then the css should be changed to this

    div.moduletable_test div.ja-moduletable-inner,
    div.moduletable_test div.moduletable-inner {
    padding: 0px;
    margin: 0px;
    }

    I hope you got it !

    bhvi Friend
    #450594

    Unreal thankyou very much Dat Hong your a legend !
    Many thanks

    Baz

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

This topic contains 3 replies, has 2 voices, and was last updated by  bhvi 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum