Forums

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

Home Forums CSS Making a Non-Data Table Responsive Re: Making a Non-Data Table Responsive

#127943
outtacontext
Member

Well, I put it in my template and it messed with the whole look. Take a look: http://www.outtacontext.com/wp2/about/table-test/

Something is wrong. I wanted to make sure the classes were specific to this page only for img and div so I gave your styles class names:

.box {
width: 100%;
max-width: 700px;
margin: 16px auto;
background-color: black;
font-size: 0;
.doppleganger div {
font-size: 16px;
width: 20%;
display: inline-block;
vertical-align: top;
color: white;
.doppleganger2 img {
width: 100%;
height: auto !important;
}
}
.content-doppleganger {
width: 20%;
}
}

Also, am I mistaken, are some close brackets in the wrong place?