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.
 
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 ?
 
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.

Back