Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Dynamic Responsive Resize Images Re: Dynamic Responsive Resize Images

#104670
pkinchla
Participant

#promos .promoto figure, #listamotos .promoto figure {
width: 100px;
text-align: center;
float: left;
margin-left: 0;
margin-right: 15px;
}

The key here is the-

width : 100px

your site will not be responsive with fixed width elements. media queries are only a part of making a site responsive.