-
AuthorPosts
-
saco721 Friend
saco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
February 24, 2015 at 2:54 pm #204077The template is JA_T3_Blank – Default running on joomla 3.2.1. I hope i’m in the right forum.
I need to remove / decrease the margin on the right hand side of each module so it is aligned correctly, I have tried adding margin-right: 0px to file pluginssystemjat3jat3base-themesdefaultcsstemplate.css line 1191
#ja-topsl {
margin-top: -20px;
margin-left: -20px;
margin-right: 0px;
}
But it makes no difference, here is a screen shot of what i’m trying to do.
Once the margin is removed, the width of the images will be increased until the right hand side is aligned correctly, will this work?
Thanks for your time!.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 25, 2015 at 7:29 am #560603Add this code to custom.css
#ja-topsl .custom img {
max-width: 100%;
width: 100% !important;
}#ja-topsl .ja-moduletable {
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
#ja-topsl .ja-box-ct{
padding:0px !important;
}#ja-topsl {
margin-left: 0px !important;
margin-top: 0px !important;
}1 user says Thank You to chavan for this useful post
saco721 Friendsaco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
February 25, 2015 at 3:49 pm #560662Hi Chavan,
Thanks so much for your code!, I have added it to template.css and it works perfectly 🙂
best wishes,
Saco
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by saco721 9 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
remove margins / padding from modules
Viewing 3 posts - 1 through 3 (of 3 total)