Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Pricing table & Catalyst theme issues WordPress

  • SOLVED

Hi Guys

I have installed a CSS3 pricing table on this page

http://www.stevewatsononline.com/pricing-table-test

With the twenty ten default theme activated the pricing table shows correctly. However when i activate the Dynamic child theme for Catalyst it messes with the CSS (by the look of it.)

Can someone give me a step by step troubleshooting process for an issue like this. What to check first etc.

I use Chrome & Firefox and am used to using Inspect Element & Firebug but am at a bit of a loss at where to start.

I'm assuming the dynamic child theme css is messing with the pricing table plug in css but would not know what to look at first.

Hopefully you can help

Thanks
Steve

Answers (4)

2012-09-14

Arnav Joy answers:

can you show me how it looks when twentyeleven or twentyten theme is activated?

2012-09-14

Sabby Sam answers:

Hi,
insert this into your style.css
.pricing_column ul {
margin-left: -19px !important;
width: 240px !important;
}
.pricing_column_header2 {
padding-top:10px;
}

2012-09-14

Ikhlaque Maner answers:

you can do different way for same

give id for ul (pricelist)

#pricelist {
margin-left: -20px !important;
width: 240px !important;
}
#pricelist li {
padding-top: 10px !important;
}

2012-09-14

Asad Iqbal answers:

Can you please insert some data and let me know after then?