-
AuthorPosts
-
saco721 Friend
saco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
March 18, 2015 at 2:08 pm #204787Hi,
The template is JA_T3_Blank – Default running on joomla 3.2.1. I hope i’m in the right forum.
I need to remove the padding from the top and bottom of the search bar module and the padding from the top of articles as seen in the image I provided.
Any help would be greatly appreciated, thanks!.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 18, 2015 at 2:31 pm #563600Add this to custom.css
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable{
margin: 0px !important;
}
#ja-topsl .ja-box {
min-height:100px !important;
}
#ja-topsl .ja-moduletable{
margin-top:0px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}#ja-container .main{
padding-top: 0px !important;
}
saco721 Friendsaco721
- Join date:
- February 2014
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
March 18, 2015 at 3:52 pm #563603Hey Chavan,
Thanks very much for your response, The problem is that I cannot use custom.css file since I am are using the JATV2 Blank template ver.2.5.8.
I have added the code you sent me to template.css, its improves the layout slightly.
Is there another work around for this?
Any help is greatly appreciated, thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 18, 2015 at 5:22 pm #563617<em>@saco721 464101 wrote:</em><blockquote>Hey Chavan,
Thanks very much for your response, The problem is that I cannot use custom.css file since I am are using the JATV2 Blank template ver.2.5.8.
I have added the code you sent me to template.css, its improves the layout slightly.
Is there another work around for this?
Any help is greatly appreciated, thanks</blockquote>
Is your template set to “Development Mode” by any chance?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 18, 2015 at 5:23 pm #563618Try This . . . .
Within file path —> /templates/ja_t3_blank/themes/more_contrast/css/template.css
at line 180, modify as follows:
#ja-container .main {
padding: 0;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 18, 2015 at 5:26 pm #563619<em>@saco721 464101 wrote:</em><blockquote>Hey Chavan,
Thanks very much for your response, The problem is that I cannot use custom.css file since I am are using the JATV2 Blank template ver.2.5.8.</blockquote>
Making changes to Joomla’s core files is often neccessary, but there’s a right and a wrong way to do it.
The WRONG way is to directly edit Joomla’s files. If you do, you’ll lose all your changes when you next update your site.
The RIGHT way is to use a layout/template override
The following is a list of informative resources to help you understand what layout/template overrides are in Joomla – and how you can use them to customize your JoomlArt Template based site . . . .
– UNDERSTANDING OUTPUT OVERRIDES
– HOW TO OVERRIDE THE OUTPUT FROM THE JOOMLA CORE
– A BEGINNER’S GUIDE TO JOOMLA OVERRIDES
– CUSTOMIZE YOUR JOOMLA TEMPLATES BY LEARNING OVERRIDES
– OVERRIDING T3V3 CORE JOOMLA COMPONENT/MODULE TEMPLATES
Hope This Helps !!! 😎
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by TomC 9 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
remove padding from modules and articles
Viewing 6 posts - 1 through 6 (of 6 total)