VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ivacademyru on February 07, 2015, 10:52:18 AM

Title: Default letters of VM 3 categories too small how to make them bigger?
Post by: ivacademyru on February 07, 2015, 10:52:18 AM
Default letters of VM 3 categories too small how to make them bigger?
Title: Re: Default letters of VM 3 categories too small how to make them bigger?
Post by: GJC Web Design on February 07, 2015, 12:09:22 PM
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
Title: Re: Default letters of VM 3 categories too small how to make them bigger?
Post by: ivacademyru on February 07, 2015, 22:06:24 PM
NO answer in google for VM3 i search it
Title: Re: Default letters of VM 3 categories too small how to make them bigger?
Post by: jenkinhill on February 07, 2015, 23:36:46 PM
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
Title: Re: Default letters of VM 3 categories too small how to make them bigger?
Post by: ivacademyru on May 21, 2015, 18:30:26 PM
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