Default letters of VM 3 categories too small how to make them bigger?
and again...
you have obviously made no attempt to search on here or Google - this is really basic stuff .. make an effort then others will be glad to help
NO answer in google for VM3 i search it
Google? Just search the forum.............
http://forum.virtuemart.net/index.php?topic=127348
http://forum.virtuemart.net/index.php?topic=127681
And see http://forum.virtuemart.net/index.php?topic=116620.0
Thankyou so much this help me CSS File located in /joomlaroot/components/com_virtuemart/assets/css/vmsite-ltr.css
<---- This is CSS for VM Template, not the same as your site template ya digg?
download the file via ftp ,
open with wordpad and do a quick search for .width30 and delete everything inside the { } brackets that follow it-- -
- --- boom, now the VM template isn't resizing my thumbnails to 30% and they are showing properly with 2 products per row and 250 px X 250 px, EASY DAY!!!
If you need an EASY WAY TO CHECK and MODIFY CSS on live sites try firebug , its an addon to firefox and lets
you make live changes to CSS files without actually The issue is that VM's css sets the category title <h2> size relative
to the size defined in the Joomla template css - but for some reason your template does not set a value for <h2>.
The problem is with this definition in vm-ltr-site.css :
.category-view .row .category .spacer h2 a {
display: block;
font-size: 0.8em;
text-align: center;
}
Change the font size to (eg) 1.5em and use the edited file as a css override.
http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html
(note that vmsite-ltr.css was usied in VM2.6 but the file used in VM3 is vm-ltr-site.css