Hello,
well, to modify
title font-size:
1. You need to open vehiclemanager.css. -> administrator/components/com_vehiclemanager/includes/vehiclemanager.css
2. Add class (at the bottom of CSS file) and style ".componentheading " for example:
.componentheading {
font-size: 20px;
}
space on the top of picture
1. You need to open vehiclemanager.css. -> administrator/components/com_vehiclemanager/includes/vehiclemanager.css
2. line 145 add style -> padding: 0 0 15px;
space on the bottom of picture
1. You need to open vehiclemanager.css. -> administrator/components/com_vehiclemanager/includes/vehiclemanager.css
2. Add class (at the bottom of CSS file) and style
.img1 {
margin: 0 0 15px;
}
it's really easy if you have some basic CSS knowledges
Thanks,
OrdaSoft team