Home Forums Theme support price table responsive Reply To: price table responsive

Hi,

you are right, the columns of the table are not responsive, sorry for that. But it is easy to solve. Please open the file “style.css” in the theme folder and add the following code to the end:

@media only screen and (max-width: 767px) {
.pricing_table > ul > li {
width:100%;
float:left;
}
}

This will solve the problem. We will fix it with the next theme update