Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #990713

    Hi
    Open /css/custom.css file in the template folder and add below code

    @media (min-width: 768px) {
     .t3-mainbody {
        padding-top: 30px!important;
    }}
    
    @media (min-width: 768px)
    .ja-intro.ja-intro-1 {
        padding-bottom: 30px!important;
    }}

    If file is not present kindly create it and add the code .

    aleblava Friend
    #991349

    Hi

    I added the code in file located at /templates/ja_jason/css but there were no results. This is the code of custom.css actually:

     .t3-header .logo-image img {
    margin-top:-30px;
    }
    .t3-header.t3-header-mask:before {
    background: transparent!important; }
    @media (min-width: 768px) {
    .t3-mainbody {
    padding-top: 30px!important;
    }}

    @media (min-width: 768px)
    .ja-intro.ja-intro-1 {
    padding-bottom: 30px!important;
    }}

    Did I do something wrong? Best regards

    Pankaj Sharma Moderator
    #991468

    Hi
    Kindly replace the older code

    @media (min-width: 768px)
    .ja-intro.ja-intro-1 {
    padding-bottom: 30px!important;
    }}

    with this code

    
    @media (min-width: 768px) {
      .ja-intro.ja-intro-1 {
        padding-bottom: 30px!important;
     }
    
    .ja-intro.ja-intro-2 .t3-module {
        padding-bottom: 30px!important;
    }
    
    .ja-intro .t3-module {
        padding-top: 30px!important;
    }
    }
    
    aleblava Friend
    #991601

    It works, thank you.

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

This topic contains 4 replies, has 2 voices, and was last updated by  aleblava 7 years, 11 months ago.

The topic ‘White space between modules’ is closed to new replies.