News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

vMCartModule > Can't find inline style source file for wide pixel spacing

Started by kittmaster, September 16, 2015, 17:53:54 PM

Previous topic - Next topic

kittmaster

Hello,

I'm on Joomla 3.4.4 and VM 3.0.9.10. I'm trying to figure out how to change or override a single inline style. Does anyone know what and where controls this. I can't seem to sort it out.

Thanks,
Chris


GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

kittmaster


GJC Web Design

its the line break

just add

.vm_cart_products br {
  display: none;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

kittmaster

Oh my.....boy do I feel dumb.....walked right over the code that does that.....

/yoursite/modules/mod_virtuemart_cart/tmpl/default.php

Line 22: <div class="customProductData"></div><br> TO <div class="customProductData"></div>

Line 36: <div class="customProductData"><?php echo $product['customProductData'] ?></div><br> TO <div class="customProductData"><?php echo $product['customProductData'] ?></div>

Using a template override and SNAP......right into place.

I should have connected the dots as the main template uses the .body css as height:20px;

Anyway, thanks for the extra pair of eyes.....onward and upward.....

All the best,
Chris