-
AuthorPosts
-
midhat Friend
midhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
February 24, 2014 at 9:42 am #195142Hi,
I want to reduce the space between position 1 and position component.
How can I do that?thank you,
Midhat
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 24, 2014 at 10:58 am #524084This is Admin blocks, can you please post a screenshot of your site, indicate where you need the space. also post your site Url
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
February 24, 2014 at 11:43 am #524091chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 24, 2014 at 12:43 pm #524104Go to this File : /templates/t3_bs3_blank/css/themes/komora/template.css
Add this code
.home .t3-mainbody{
padding-top:0px !important;
}Replace this code
@media screen and (min-width: 768px) {
.t3-sl {
padding-bottom: 60px;
padding-top: 60px;
}
}
With
@media screen and (min-width: 768px) {
.t3-sl {
padding-bottom: 0px;
padding-top: 60px;
}
}
1 user says Thank You to chavan for this useful post
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
February 24, 2014 at 1:10 pm #524107Worked, 🙂
thanks,
MidhatAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by midhat 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum