Okay, I found the file you meant.
I changed this:
span.hikashop_product_name{
text-align: center;
display:block;
margin-bottom:5px;
}
to:
this:
span.hikashop_product_name {
text-align: left !important;
}
div#hikashop_product_left_part div {
text-align: left !important;
}
as suggested. No change. Cleared Cahche from Browser and (as fa as I know) joomla.
Is there an override anywhere.
Edit: After changing the file I get a new CSS file "custom" to choose from. which I obviously chose.
Edit2: I looked at this on another browser and now I can see the changes in the product details page but still not on the product list page. Here the Product name is still centered.
I did find this (with firebug):
#hikashop_button_1 div.hikashop_subcontainer, #hikashop_button_2 div.hikashop_subcontainer, #hikashop_button_3 div.hikashop_subcontainer,#hikashop_order_listing div.hikashop_subcontainer {
text-align:center;
}
Is this of any relevance to my issue?
Also, on the product detail page the description is too far below the image. Is there any way to movve it right below the Product name or image?