Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    It’s from your theme code.
    Please put this code in your custom css:

    .header-content-wrap {
        padding: 0;
    }

    Regards,
    Averta Support

    Thread Starter billyuatbcs

    (@billyuatbcs)

    Hi Averta Support,
    After I applied the code in custom css, the top part of the image is no longer showing and seems “croped” , any suggestions please?

    Hi Billy,
    Please Use These Codes:

    .header-content-wrap {
        padding:77px 0 0 0;
    }
    
    @media screen and (max-width: 768px){
        .header-content-wrap{
            padding:0;
        }
    }

    Regards,
    Averta Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paddings in responsive view’ is closed to new replies.