• Hi,
    I’m currently using the below code for my website and having issues on the images.. right now the products are aligned but there is a big gap between the image and description…

    if i use a tablet the display was ok.. same on desktop… but on mobile the gap became huge..

    can please help me..

    @media (max-width: 768px) {
    .adverts-list .advert-item{
    width: 50% ! important;
    float:left;
    line-height: 9px;
    font-size: 9px;
    }
    }
    @media (max-width: 768px) {
    .adverts-list .advert-item .advert-link-wrap .advert-image{
    height: 100% ! important;
    }
    }

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blank Space below Images ( Mobile version )’ is closed to new replies.