Hi
I have added a custom field for one of my products http://www.ahealthcare.gr/eshop/%CF%80%CF%81%CE%BF%CE%B9%CE%BF%CE%BD%CF%84%CE%B1/%CE%BF%CE%BB%CE%B1-%CF%84%CE%B1-%CF%80%CF%81%CE%BF%CE%B9%CF%8C%CE%BD%CF%84%CE%B1/%CE%B8%CE%B5%CF%81%CE%B1%CF%80%CE%B5%CE%B9%CE%B1-%CF%84%CF%81%CE%B1%CF%85%CE%BC%CE%B1%CF%84%CF%89%CE%BD/%CE%B1%CF%80%CE%BF%CF%81%CF%81%CE%BF%CF%86%CE%B7%CF%84%CE%B9%CE%BA%CE%B1-%CE%B5%CF%80%CE%B9%CE%B8%CE%B5%CE%BC%CE%B1%CF%84%CE%B1/%CE%B1%CF%85%CF%84%CE%BF%CE%BA%CF%8C%CE%BB%CE%BB%CE%B7%CF%84%CE%BF-%CE%B1%CF%80%CE%BF%CF%83%CF%84%CE%B5%CE%B9%CF%81%CF%89%CE%BC%CE%AD%CE%BD%CE%BF-%CE%B5%CF%80%CE%AF%CE%B8%CE%B5%CE%BC%CE%B1-%CF%84%CF%81%CE%B1%CF%85%CE%BC%CE%AC%CF%84%CF%89%CE%BD-cosmopor-e-detail (http://www.ahealthcare.gr/eshop/%CF%80%CF%81%CE%BF%CE%B9%CE%BF%CE%BD%CF%84%CE%B1/%CE%BF%CE%BB%CE%B1-%CF%84%CE%B1-%CF%80%CF%81%CE%BF%CE%B9%CF%8C%CE%BD%CF%84%CE%B1/%CE%B8%CE%B5%CF%81%CE%B1%CF%80%CE%B5%CE%B9%CE%B1-%CF%84%CF%81%CE%B1%CF%85%CE%BC%CE%B1%CF%84%CF%89%CE%BD/%CE%B1%CF%80%CE%BF%CF%81%CF%81%CE%BF%CF%86%CE%B7%CF%84%CE%B9%CE%BA%CE%B1-%CE%B5%CF%80%CE%B9%CE%B8%CE%B5%CE%BC%CE%B1%CF%84%CE%B1/%CE%B1%CF%85%CF%84%CE%BF%CE%BA%CF%8C%CE%BB%CE%BB%CE%B7%CF%84%CE%BF-%CE%B1%CF%80%CE%BF%CF%83%CF%84%CE%B5%CE%B9%CF%81%CF%89%CE%BC%CE%AD%CE%BD%CE%BF-%CE%B5%CF%80%CE%AF%CE%B8%CE%B5%CE%BC%CE%B1-%CF%84%CF%81%CE%B1%CF%85%CE%BC%CE%AC%CF%84%CF%89%CE%BD-cosmopor-e-detail) and I want to change the way it looks. I inspect the custom field part of product details page and I get this code
<div class="product-field product-field-type-V" style="float: none; width: 162px; padding: 10px 0px 50px;" width="162">
I want to delete this style ="" but I cant find it anywhere. I ve searched everywhere but no luck. Any ideas where this style is coming from?
no idea - but just over ride it with
.product-fields .product-field.product-field-type-V {
width:400px !important;
etc
etcetc
}
Quote from: GJC Web Design on February 05, 2015, 18:07:24 PM
no idea - but just over ride it with
.product-fields .product-field.product-field-type-V {
width:400px !important;
etc
etcetc
}
Thank you very much for your reply. That did it. I didnt think of that. I focused on finding the code! Btw, the link for your extensions http://extensions.joomla.org/extensions/owner/lumoo (http://extensions.joomla.org/extensions/owner/lumoo) is outdated
Thank you again
thanks - another thing broken on the new extensions site.. hmmmm -- updated
code could be in the template somewhere - sublayouts?