Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Valentino Friend
    #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


    1. Senza-titolo-1
    Pankaj Sharma Moderator
    #566792

    HI
    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 .

    Valentino Friend
    #566869

    There would be another padding to fix, I posted a new image to specify ,
    thank you very much


    1. Senza-titolo-1
    Pankaj Sharma Moderator
    #566917

    Hello 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 .

    Valentino Friend
    #567001

    thanks pankajsharma , everything works!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Valentino 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum