• Closed
  • Ulrike Liebert
    Spectator
    February 14, 2018 at 9:26 am #36475

    Hi

    How can I modify the header image when shown in mobile device? Standard does not look good.
    Pls answer on time as ob my account runs out 3rd march and I am a bit tired of not getting answers while paying for support.

    Thanks.
    Ulrike

    Priyank
    Spectator
    Posts: 747
    February 14, 2018 at 11:45 am #36480

    Hello,

    You can’t modify header image on mobile,but you add Custom css on Your Addtional css area

    @media screen and (max-width: 768px){
    .t4p-fullwidth{
    background-size: cover !important;
    }
    }

    Thank You