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)
without a live url how could anyone help you?
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!
its the line break
just add
.vm_cart_products br {
display: none;
}
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