-
AuthorPosts
-
April 13, 2015 at 3:33 pm #205502
Hello everyone, I have a new request , how can I reduce the space top and bottom of the block our services ? I have attached a picture .
thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 13, 2015 at 5:07 pm #566792HI
its the padding for the spotlight block
Add the below code in your custom.css file
@media screen and (min-width: 768px) {
.t3-sl {
padding-bottom: 48px!important;
padding-top: 48px!important;
}
}you can adjust the padding value as per your needs .
1 user says Thank You to Pankaj Sharma for this useful post
April 14, 2015 at 6:57 am #566869Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 14, 2015 at 1:49 pm #566917Hello add this code in custom.css file
@media screen and (min-width: 768px) {
.t3-sl .t3-module {
margin-bottom: 0px!important;
}
}.t3-sl .t3-sl-title {
margin: 0 0 10px!important;
}
.ja-special-content {height: 260px!important;
}
save file clear cache and check.
Hope it helps .1 user says Thank You to Pankaj Sharma for this useful post
April 15, 2015 at 7:06 am #567001thanks pankajsharma , everything works!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Valentino 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum