Russ

Pixel Exit Staff
Because it's not responsive :D

Code:
@media (max-width:@maxResponsiveWideWidth) {
.Responsive .pricingtable
{
  float: none;
  width: 100%;
  text-align: center;
  height: auto;
  transform: none;
}
.Responsive .top
{
  width: 100%;
}
.Responsive .pricingtable a
{
  margin: 10px auto;
  display: inline-block;
}
}

Extra.css should probably clean it up.
 

Bradley Prout

Well-Known Member
Because it's not responsive :D

Code:
@media (max-width:@maxResponsiveWideWidth) {
.Responsive .pricingtable
{
  float: none;
  width: 100%;
  text-align: center;
  height: auto;
  transform: none;
}
.Responsive .top
{
  width: 100%;
}
.Responsive .pricingtable a
{
  margin: 10px auto;
  display: inline-block;
}
}

Extra.css should probably clean it up.
i added that code to extra.css but it nothing happened ?
 

Russ

Pixel Exit Staff
It's valid CSS, try moving it to the top of your extra.css file, if it works at the top you may have some broken CSS somewhere.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.