Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • midhat Friend
    #195142

    Hi,
    I want to reduce the space between position 1 and position component.
    How can I do that?

    thank you,
    Midhat


    1. t3
    chavan Friend
    #524084

    This is Admin blocks, can you please post a screenshot of your site, indicate where you need the space. also post your site Url

    midhat Friend
    #524091
    chavan Friend
    #524104

    Go 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;
    }
    }

    midhat Friend
    #524107

    Worked, 🙂
    thanks,
    Midhat

Viewing 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