-
AuthorPosts
-
bhvi Friend
bhvi
- Join date:
- September 2010
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 26, 2012 at 9:33 am #176499Hi 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-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 27, 2012 at 9:09 am #450484Hi 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 !
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
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
Jump to forum