VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kittmaster on September 16, 2015, 17:53:54 PM

Title: vMCartModule > Can't find inline style source file for wide pixel spacing
Post by: kittmaster on September 16, 2015, 17:53:54 PM
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

(http://www.kittmaster.com/imagedump/joomla/Cart-40px.png)
Title: Re: vMCartModule > Can't find inline style source file for wide pixel spacing
Post by: GJC Web Design on September 16, 2015, 18:40:22 PM
without a live url how could anyone help you?
Title: Re: vMCartModule > Can't find inline style source file for wide pixel spacing
Post by: kittmaster on September 16, 2015, 19:17:04 PM
Its been a while.....lol....good point!

http://www.test.aaron-beachproductions.com/index.php?option=com_virtuemart&view=cart&Itemid=749#Song-Playlist-Queue

Just search for any song artist and add to your playlist....

User:demo
Pass:demo

Thanks!
Title: Re: vMCartModule > Can't find inline style source file for wide pixel spacing
Post by: GJC Web Design on September 16, 2015, 19:41:50 PM
its the line break

just add

.vm_cart_products br {
  display: none;
}
Title: Re: vMCartModule > Can't find inline style source file for wide pixel spacing
Post by: kittmaster on September 16, 2015, 19:58:07 PM
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