Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jelo_inc

    (@jelo_inc)

    Thanks, thanks bro, i’ve made it, i created two different queries.

    @media only screen and (max-width:480px) {
    .adsng-cover img {
    margin-left: -30px;
    margin-bottom: 40px;
    width: 310px;
    height: 310px;
    }
    }
    
    @media only screen and (min-width:480px) {
    .adsng-cover img {
    margin-left: 0px;
    margin-bottom: 40px;
    width: 310px;
    height: 310px;
    }
    }

    So many thanks.

Viewing 1 replies (of 1 total)