Hello we are using you Pavilion Theme. On all our sites, with any Mobile phone display <480px, all text, descriptions, for Category, Manufacturer, Topic, Product Short Description, Product Detailed/Long Descriptions are center justified, while on desktop they are left justified.

We need all text areas to display left-justified.

How to correct this in which .CSS file for the following;

.category-description p, .manufacturer-description p, .vendor-description p, .full-description p, .topic-html-content p, .topic-page p, .post-body p, .news-body p, .custom-tab p {
line-height: 22px !important;
margin: 10px 0 !important;
text-align: left;
}

As well as for;
.overview .short-description
.product-details-page .ui-tabs .full-description etc.

Thanks,
Tony