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
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;
}
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;
}